When I build the portable python in the docker image of centos 7.9, I notice when I enable libffi or specify openssl 3.x, the libraries are generated and located in /build/deps/lib64. And this folder is not configured to read when compiling, so it is already failed.
I have checked the source code,and only find all of the lines which use lib are missing lib64, e.g.:
This potentially related with #41
When I build the portable python in the docker image of centos 7.9, I notice when I enable libffi or specify openssl 3.x, the libraries are generated and located in /build/deps/lib64. And this folder is not configured to read when compiling, so it is already failed.
I have checked the source code,and only find all of the lines which use lib are missing lib64, e.g.:
This potentially related with #41