Skip to content

Commit

Permalink
Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hg authored and hg committed Jun 25, 2024
1 parent b424a67 commit 6efd08d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cpython/cppbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,13 @@ case $PLATFORM in
make install
;;
macosx-arm64)
export PYTHON_BUILD_SKIP_HOMEBREW=1
cd ../$OPENSSL
./Configure darwin64-arm64 -fPIC no-shared --prefix=$INSTALL_PATH --libdir=lib
make -s -j $MAKEJ
make install_sw

# Without this variable, cpython will pick up openssl 1.1 from homebrew
export PYTHON_BUILD_SKIP_HOMEBREW=1
cd ../Python-$CPYTHON_VERSION
sedinplace 's/libintl.h//g' configure
sedinplace 's/ac_cv_lib_intl_textdomain=yes/ac_cv_lib_intl_textdomain=no/g' configure
Expand Down

0 comments on commit 6efd08d

Please sign in to comment.