Update build.yml

This commit is contained in:
Jay Lee
2022-02-28 20:49:17 -05:00
committed by GitHub
parent af71cf9a82
commit 94a52c80cd

View File

@@ -298,6 +298,7 @@ jobs:
extra_args=( "--enable-universalsdk" "--with-universal-archs=universal2" )
else
extra_args=( )
fi
./configure --with-openssl="${OPENSSL_INSTALL_PATH}" \
--prefix="${PYTHON_INSTALL_PATH}" \
--enable-shared \