re-enable MacOS universal2 build

This commit is contained in:
Jay Lee
2021-04-20 15:56:27 -04:00
parent 6ddfdf2514
commit d3b7700c07
2 changed files with 6 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ cd ~
if [ "$PLATFORM" == "x86_64" ]; then
export pyfile=python-$BUILD_PYTHON_VERSION-macosx10.9.pkg
else
export pyfile=python-$BUILD_PYTHON_VERSION-macos11.0.pkg
export pyfile=python-$BUILD_PYTHON_VERSION-macos11.pkg
fi
wget https://www.python.org/ftp/python/$BUILD_PYTHON_VERSION/$pyfile