Configure: fail if GUI build fails

Exit with non-zero return code if GUI build fails.
This commit is contained in:
Martin Pulec
2018-08-29 11:03:33 +02:00
parent 1dcb9c0b47
commit 74fee15eaa

View File

@@ -403,7 +403,7 @@ dxt_compress/dxt_glsl.h:dxt_compress/compress_vp.glsl \
#echo ";" >> $@
gui/QT/uv-qt:
cd gui/QT; $(QMAKE) ; make -j 4; cd -
cd gui/QT && $(QMAKE) && make -j 4
# -------------------------------------------------------------------------------------------------
TEST_OBJS = test/test_bitstream.o \