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