summaryrefslogtreecommitdiff
path: root/etc/scons/icecream_xcode_macosx.vars
diff options
context:
space:
mode:
Diffstat (limited to 'etc/scons/icecream_xcode_macosx.vars')
-rw-r--r--etc/scons/icecream_xcode_macosx.vars9
1 files changed, 7 insertions, 2 deletions
diff --git a/etc/scons/icecream_xcode_macosx.vars b/etc/scons/icecream_xcode_macosx.vars
index 1d0060a01f3..dc8237b416b 100644
--- a/etc/scons/icecream_xcode_macosx.vars
+++ b/etc/scons/icecream_xcode_macosx.vars
@@ -1,4 +1,9 @@
# Configures the build to use Toolchain Clang to build with icecream
-# cross compiling for macOS
+# cross compiling for macOS, using Xcode for local and the MongoDB
+# toolchain for remote. This will only work if your Xcode version
+# closely matches the mongodbtoolchain version w.r.t. clang. Currently
+# the MongoDB toolchain v3 uses clang-7, so this would only work with
+# XCode 10.
+
exec(open('etc/scons/xcode_macosx.vars', "rb").read())
-exec(open('etc/scons/icecream_macosx_via_linux_cross.vars', "rb").read())
+exec(open('etc/scons/icecream_remote_mongodbtoolchain.vars', "rb").read())