Add the required defines for Newton in Physics3D
This commit is contained in:
parent
f05ed5781b
commit
ddc8fffed1
|
|
@ -21,4 +21,10 @@ MODULE.Custom = function()
|
|||
|
||||
filter({"architecture:x86", "system:linux"})
|
||||
defines("_POSIX_VER")
|
||||
|
||||
filter({"architecture:x86_64", "system:macosx"})
|
||||
defines("_POSIX_VER_64")
|
||||
|
||||
filter({"architecture:x86", "system:macosx"})
|
||||
defines("_POSIX_VER")
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue