blob: 1d0060a01f3244c4b85b3453085e01db37a0454e (
plain)
1
2
3
4
|
# Configures the build to use Toolchain Clang to build with icecream
# cross compiling for macOS
exec(open('etc/scons/xcode_macosx.vars', "rb").read())
exec(open('etc/scons/icecream_macosx_via_linux_cross.vars', "rb").read())
|