mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 11:40:22 +00:00
Configure: fail if GUI build fails
Exit with non-zero return code if GUI build fails.
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user