Skip to content

Commit

Permalink
Allow reachthough of CFLAGS to cubiomes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubitect committed Jan 29, 2024
1 parent 24196a4 commit 4be82be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cubiomes-viewer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ CONFIG(debug, debug|release): {

# compile cubiomes
CUPATH = $$PWD/cubiomes
QMAKE_PRE_LINK += $(MAKE) -C $$CUPATH -f $$CUPATH/makefile CC=\"$$QMAKE_CC\" CFLAGS=\"$$QMAKE_CFLAGS\" $$CUTARGET
QMAKE_PRE_LINK += $(MAKE) -C $$CUPATH -f $$CUPATH/makefile CC=\"$$QMAKE_CC\" CFLAGS=\"\$$CFLAGS $$QMAKE_CFLAGS\" $$CUTARGET
QMAKE_CLEAN += $$CUPATH/*.o $$CUPATH/libcubiomes.a
LIBS += $$CUPATH/libcubiomes.a -lm

Expand Down

0 comments on commit 4be82be

Please sign in to comment.