mirror of https://github.com/axmolengine/axmol.git
Fix building of chipmunk on Linux
This commit is contained in:
parent
62958c8321
commit
309269e8e2
|
@ -7,6 +7,8 @@ CONFIG += static
|
|||
SOURCES += $$files(../src/*.c)
|
||||
SOURCES += $$files(../src/constraints/*.c)
|
||||
|
||||
QMAKE_CFLAGS += -std=gnu99
|
||||
|
||||
INCLUDEPATH += ../include/chipmunk
|
||||
|
||||
TARGET = $${LIB_OUTPUT_DIR}/chipmunk
|
||||
|
|
Loading…
Reference in New Issue