Skip to content

Commit

Permalink
fix: patch for build-cpython.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Dec 16, 2024
1 parent 3af7c9e commit 6c0f2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/0003-build-shared-python.patch
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ index a913760..be01e27 100755

if [ "${2:-}" == "nogil" ]; then
PREFIX="${PREFIX}-nogil"
@@ -84,6 +84,8 @@ make install > /dev/null
@@ -88,6 +88,8 @@ make install > /dev/null
popd
rm -rf Python-${CPYTHON_VERSION} Python-${CPYTHON_VERSION}.tgz Python-${CPYTHON_VERSION}.tgz.asc

Expand Down

0 comments on commit 6c0f2e0

Please sign in to comment.