Update macos-install.sh

This commit is contained in:
Jay Lee
2020-12-08 08:16:42 -05:00
committed by GitHub
parent af7bbe3cca
commit 0426a4ca0d

View File

@@ -4,6 +4,7 @@ echo "Xcode versionn:"
xcodebuild -version
export gampath=dist/gam
rm -rf $gampath
export DYLD_LIBRARY_PATH="/Library/Frameworks/Python.framework/Versions/3.9/lib:$DYLD_LIBRARY_PATH"
export DYLD_PRINT_LIBRARIES=YES
$python ./gam.py version extended
unset DYLD_PRINT_LIBRARIES