summaryrefslogtreecommitdiff
path: root/etc/scons/xcode_macosx.vars
diff options
context:
space:
mode:
Diffstat (limited to 'etc/scons/xcode_macosx.vars')
-rw-r--r--etc/scons/xcode_macosx.vars2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/scons/xcode_macosx.vars b/etc/scons/xcode_macosx.vars
index 688cfa7c279..dc54001668c 100644
--- a/etc/scons/xcode_macosx.vars
+++ b/etc/scons/xcode_macosx.vars
@@ -15,4 +15,4 @@ if experimental_visibility_support == "on":
sdk_path = subprocess.check_output(['xcrun', '--sdk', 'macosx', '--show-sdk-path']).decode('utf-8').strip()
CCFLAGS = "-isysroot {} -mmacosx-version-min=10.13 -target darwin17.0.0 -arch x86_64".format(sdk_path)
-LINKFLAGS = "-Wl,-syslibroot,{}".format(sdk_path)
+LINKFLAGS = "-Wl,-syslibroot,{} -mmacosx-version-min=10.13 -target darwin17.0.0 -arch x86_64".format(sdk_path)