From e101231f9bfa1d5ae45a2072aa8c40e2d2406e03 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 12 Oct 2016 14:53:41 -0400 Subject: [PATCH] Update linux-build.sh --- src/linux-build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/linux-build.sh b/src/linux-build.sh index df250531..738ef2fb 100755 --- a/src/linux-build.sh +++ b/src/linux-build.sh @@ -3,6 +3,7 @@ rm -rf build rm -rf dist rm -rf gam-$1-linux-$(arch).tar.xz +export LD_LIBRARY_PATH=/usr/local/lib pyinstaller --clean -F --distpath=gam linux-gam.spec cp LICENSE gam cp whatsnew.txt gam