summaryrefslogtreecommitdiff
path: root/etc/scons/icecream_xcode_macosx.vars
blob: dc8237b416bb7a2eb38290cb0c04bfb8e283ff12 (plain)
1
2
3
4
5
6
7
8
9
# Configures the build to use Toolchain Clang to build with icecream
# 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_remote_mongodbtoolchain.vars', "rb").read())