Fixed build.sh QMAKE_CONF option (#963)

This commit is contained in:
xarkes 2018-11-25 23:01:24 +01:00 committed by GitHub
parent 379567e80c
commit 5e11618a0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ fi
# Build
mkdir "$BUILD"
cd "$BUILD" || exit 1
"$qmakepath" "$QMAKE_CONF" ../src/Cutter.pro
"$qmakepath" ../src/Cutter.pro $QMAKE_CONF
make -j4
ERR=$((ERR+$?))