Fix bug in using more cores to compile in build.sh

This commit is contained in:
Duke
2024-01-14 09:33:06 -05:00
parent 45e5091208
commit 6bbd2ac358

View File

@@ -49,7 +49,7 @@ elif [ "$1" == "linguist" ]; then
lrelease $CONF
elif [ "$1" == "cleanbuild" ]; then
make clean
qbuild
qbuild "$@"
else
qbuild
qbuild "$@"
fi