mirror of https://github.com/axmolengine/axmol.git
Try to fix building without chipmunk, by define CC_USE_PHYSICS=0, but lua bindings still fail.
This commit is contained in:
parent
eb0159b2b7
commit
b6dc5244b8
|
@ -188,6 +188,8 @@ if(USE_CHIPMUNK)
|
|||
find_package(Chipmunk REQUIRED)
|
||||
message(STATUS "Chipmunk include dirs: ${CHIPMUNK_INCLUDE_DIRS}")
|
||||
add_definitions(-DCC_ENABLE_CHIPMUNK_INTEGRATION=1)
|
||||
else(USE_CHIPMUNK)
|
||||
add_definitions(-DCC_USE_PHYSICS=0)
|
||||
endif(USE_CHIPMUNK)
|
||||
|
||||
if(NOT MINGW)
|
||||
|
|
Loading…
Reference in New Issue