summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/3rdparty.lua
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2020-06-18 11:17:03 -0400
committer AJR <ajrhacker@users.noreply.github.com>2020-06-18 11:17:37 -0400
commit45850cd0be8ba1ce02d8351ac8e0a18c9702fb86 (patch)
tree41bff563e9860dd0c2c9c4bd6ec9e31535ca4d7a /scripts/src/3rdparty.lua
parent409508dda32e7e1881a27f6a8410d6d9d2e7016e (diff)
Fix OS X build on older Xcode versions (nw)
Diffstat (limited to 'scripts/src/3rdparty.lua')
-rw-r--r--scripts/src/3rdparty.lua8
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",