mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
Update build.yml
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -159,12 +159,14 @@ jobs:
|
|||||||
curl -o pyinstaller.tar.gz --compressed "${url}"
|
curl -o pyinstaller.tar.gz --compressed "${url}"
|
||||||
tar xf pyinstaller.tar.gz
|
tar xf pyinstaller.tar.gz
|
||||||
cd "pyinstaller-${PYINSTALLER_VERSION}/bootloader"
|
cd "pyinstaller-${PYINSTALLER_VERSION}/bootloader"
|
||||||
|
# remove pre-compiled bootloaders so we fail if bootloader compile fails
|
||||||
|
rm -rf ../PyInstaller/bootloader/*bit
|
||||||
if [ "${PLATFORM}" == "x86" ]; then
|
if [ "${PLATFORM}" == "x86" ]; then
|
||||||
TARGETARCH="--target-arch=32bit"
|
TARGETARCH="--target-arch=32bit"
|
||||||
else
|
else
|
||||||
TARGETARCH=""
|
TARGETARCH=""
|
||||||
fi
|
fi
|
||||||
#$python ./waf all $TARGETARCH
|
$python ./waf all $TARGETARCH
|
||||||
cd ..
|
cd ..
|
||||||
$python setup.py install
|
$python setup.py install
|
||||||
#$pip install pyinstaller
|
#$pip install pyinstaller
|
||||||
|
|||||||
Reference in New Issue
Block a user