1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 13:50:36 +00:00

Update setup_lnx.sh

Added OS=lnx to the 'make clean' statement for Issue #89
This commit is contained in:
George McGinn 2022-07-23 17:12:24 -04:00 committed by GitHub
parent 0a30c91d55
commit 17878775c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,7 +109,7 @@ elif [ -z "$DISTRO" ]; then
fi
echo "Compiling and installing QB64..."
make clean
make clean OS=lnx
make OS=lnx BUILD_QB64=y -j3
if [ -e "./qb64" ]; then