5 "build_type": "Release",
7 "osx_cross_compile": true,
8 "cc": "{MOZ_FETCHES_DIR}/clang/bin/clang",
9 "cxx": "{MOZ_FETCHES_DIR}/clang/bin/clang++",
10 "as": "{MOZ_FETCHES_DIR}/clang/bin/clang",
11 "ar": "{MOZ_FETCHES_DIR}/cctools/bin/x86_64-apple-darwin-ar",
12 "ranlib": "{MOZ_FETCHES_DIR}/cctools/bin/x86_64-apple-darwin-ranlib",
13 "libtool": "{MOZ_FETCHES_DIR}/cctools/bin/x86_64-apple-darwin-libtool",
14 "ld": "{MOZ_FETCHES_DIR}/clang/bin/clang",
16 "static-llvm-symbolizer.patch",
17 "compiler-rt-cross-compile.patch",
18 "compiler-rt-no-codesign.patch"