summaryrefslogtreecommitdiffstats
path: root/waftools/checks/custom.py
diff options
context:
space:
mode:
Diffstat (limited to 'waftools/checks/custom.py')
-rw-r--r--waftools/checks/custom.py10
1 files changed, 1 insertions, 9 deletions
diff --git a/waftools/checks/custom.py b/waftools/checks/custom.py
index 14e59f3f49..698742406f 100644
--- a/waftools/checks/custom.py
+++ b/waftools/checks/custom.py
@@ -100,15 +100,7 @@ def check_cocoa(ctx, dependency_identifier):
includes = ctx.srcnode.abspath(),
linkflags = '-fobjc-arc')
- res = fn(ctx, dependency_identifier)
- # on macOS we explicitly need to set the SDK path, otherwise it can lead to
- # linking warnings or errors
- if res:
- ctx.env.append_value('LINKFLAGS', [
- '-isysroot', ctx.env.MACOS_SDK
- ])
-
- return res
+ return fn(ctx, dependency_identifier)
def check_openal(ctx, dependency_identifier):
checks = [