diff --git a/.github/actions/macos-install.sh b/.github/actions/macos-install.sh index 652f4a5f..e414eed6 100755 --- a/.github/actions/macos-install.sh +++ b/.github/actions/macos-install.sh @@ -6,6 +6,7 @@ export gampath=dist/gam rm -rf $gampath $python -OO -m PyInstaller --clean --noupx --strip -F --distpath $gampath gam.spec export gam="$gampath/gam" +export DYLD_PRINT_LIBRARIES=YES $gam version extended export GAMVERSION=`$gam version simple` cp LICENSE $gampath