Update newton.lua

This commit is contained in:
ImperatorS79 2021-01-26 13:49:08 +01:00 committed by GitHub
parent 9a613c6fd6
commit 3f732eaf3e
1 changed files with 2 additions and 5 deletions

View File

@ -38,8 +38,5 @@ LIBRARY.Custom = function()
defines("_POSIX_VER")
filter({"architecture:x86_64", "system:macosx"})
defines("_POSIX_VER_64")
filter({"architecture:x86", "system:macosx"})
defines("_POSIX_VER")
defines("_MACOSX_VER")
end