Browse Source

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

pull/138/head
Duke 3 months ago
parent
commit
6bbd2ac358
  1. 4
      build.sh

4
build.sh

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

Loading…
Cancel
Save