Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V7.3.14 #114

Merged
merged 10 commits into from
Jan 30, 2024
1 change: 1 addition & 0 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RELEASE_DIR=$PYPY3_SRC_DIR/pypy/tool/release
PYPY_PKG_NAME=pypy3
BUILD_DIR=${PREFIX}/../build
TARGET_DIR=${PREFIX}/../target
export MACOSX_DEPLOYMENT_TARGET=10.13
h-vetinari marked this conversation as resolved.
Show resolved Hide resolved
export ARCHIVE_NAME="${PYPY_PKG_NAME}-${PKG_VERSION}"
export PYPY_PACKAGE_WITHOUTTK=1
export PYPY_NO_EMBED_DEPENDENCIES=1
Expand Down