python - pyenv not building with the openssl specified in CFLAGS, LFLAGS -
with 32-bit openssl bit on os x (thanks suggestions given here), kick off pyenv build once again, time setting flags point i've built 32-bit openssl (/usr/local/ssl/
):
cflags="-i$(xcrun --show-sdk-path)/usr/include -arch i386 -i/usr/local/ssl/include" ldflags="-arch i386 -l/usr/local/ssl/lib" configure_opts="--with-arch=i386" pyenv install 2.6.6
the build fails again, again complaining files in /usr/local/opt/openssl/
not 32-bit.
why build still using 64-bit openssl in /usr/local/opt/openssl/
?
Comments
Post a Comment