0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-22 04:59:34 +01:00
mongodb/etc/scons/icecream_xcode_macosx.vars

10 lines
486 B
Plaintext

# 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())