We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530c332 commit 65ee0a6Copy full SHA for 65ee0a6
genericLinuxBuild
@@ -8,7 +8,7 @@ VERSION=0.1.1
8
9
# Build
10
11
-$QT5_QMAKE && make
+$QT5_QMAKE && make || exit -1
12
13
# Install to packaging dir
14
mxeWindowsBuild
@@ -9,7 +9,7 @@ VERSION=0.1.1
-$MXE_QT5_QMAKE && make
+$MXE_QT5_QMAKE && make || exit -1
15
0 commit comments