Skip to content

Commit

Permalink
patch in the build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Feb 7, 2024
1 parent e50b530 commit 46653c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ if [ ! -d "$1" ] || [ ! -r "${LIBNAME}" ]; then
rm -rf build/openssl

tar -C build -zxf dist/Python-${BUILTIN_PYTHON_VERSION}.tgz
patch < ../../patches/python-3.12-configure.patch
(
cd build/Python-${BUILTIN_PYTHON_VERSION}
patch < ../../patches/python-3.12-configure.patch

export PY_UNSUPPORTED_OPENSSL_BUILD=static
case `uname` in
Expand Down

0 comments on commit 46653c8

Please sign in to comment.