From 3c551537525ea53b3e0771909b05ef0bdd6ea147 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 8 Dec 2020 07:42:36 -0500 Subject: [PATCH] Update macos-install.sh --- .github/actions/macos-install.sh | 1 + 1 file changed, 1 insertion(+) 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