diff options
author | 2020-06-18 11:17:03 -0400 | |
---|---|---|
committer | 2020-06-18 11:17:37 -0400 | |
commit | 45850cd0be8ba1ce02d8351ac8e0a18c9702fb86 (patch) | |
tree | 41bff563e9860dd0c2c9c4bd6ec9e31535ca4d7a /scripts/src/3rdparty.lua | |
parent | 409508dda32e7e1881a27f6a8410d6d9d2e7016e (diff) |
Fix OS X build on older Xcode versions (nw)
Diffstat (limited to 'scripts/src/3rdparty.lua')
-rw-r--r-- | scripts/src/3rdparty.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index 41909b6c271..52e5d862168 100644 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -1385,14 +1385,6 @@ end end end - if _OPTIONS["targetos"]=="macosx" and _OPTIONS["gcc"]~=nil then - if string.find(_OPTIONS["gcc"], "clang") and (version < 80000) then - defines { - "TARGET_OS_OSX=1", - } - end - end - defines { "__STDC_LIMIT_MACROS", "__STDC_FORMAT_MACROS", |