mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-23 23:51:36 +00:00
Update macos-install.sh
This commit is contained in:
1
.github/actions/macos-install.sh
vendored
1
.github/actions/macos-install.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user