Fix some chipmunk warnings

This commit is contained in:
Lynix 2018-01-13 12:08:23 +01:00
parent 141640a962
commit dc9b8549dc
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
MODULE.Name = "Physics2D"
LIBRARY.Defines = {"CP_USE_CGTYPES=0", "TARGET_OS_IPHONE=0", "TARGET_OS_MAC=0"}
MODULE.Libraries = {
"NazaraCore",
"chipmunk"

View File

@ -1,5 +1,7 @@
LIBRARY.Name = "chipmunk"
LIBRARY.Defines = {"CP_USE_CGTYPES=0", "TARGET_OS_IPHONE=0", "TARGET_OS_MAC=0"}
LIBRARY.Language = "C++"
LIBRARY.Files = {