1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-03 12:21:20 +00:00

Merge branch 'main' into wiki-dev

This commit is contained in:
Roland Heyder 2022-07-24 07:44:16 +02:00 committed by GitHub
commit 68fb4df7c0
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