-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
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.:
- https://github.com/codrsquad/portable-python/blob/v1.9.1/src/portable_python/__init__.py#L510-L511
- https://github.com/codrsquad/portable-python/blob/v1.9.1/src/portable_python/__init__.py#L523-L525
- https://github.com/codrsquad/portable-python/blob/v1.9.1/src/portable_python/__init__.py#L532-L534
This potentially related with #41
solvingj
Metadata
Metadata
Assignees
Labels
No labels