Update newton.lua
This commit is contained in:
parent
9a613c6fd6
commit
3f732eaf3e
|
|
@ -38,8 +38,5 @@ LIBRARY.Custom = function()
|
||||||
defines("_POSIX_VER")
|
defines("_POSIX_VER")
|
||||||
|
|
||||||
filter({"architecture:x86_64", "system:macosx"})
|
filter({"architecture:x86_64", "system:macosx"})
|
||||||
defines("_POSIX_VER_64")
|
defines("_MACOSX_VER")
|
||||||
|
|
||||||
filter({"architecture:x86", "system:macosx"})
|
|
||||||
defines("_POSIX_VER")
|
|
||||||
end
|
end
|
||||||
Loading…
Reference in New Issue