2017-01-03 01:02:55 +03:00
|
|
|
{
|
|
|
|
"stages": "1",
|
|
|
|
"build_libcxx": true,
|
|
|
|
"build_type": "Release",
|
|
|
|
"assertions": false,
|
2017-01-03 06:23:08 +03:00
|
|
|
"build_clang_tidy": true,
|
2017-01-03 01:02:55 +03:00
|
|
|
"osx_cross_compile": true,
|
|
|
|
"python_path": "/usr/bin/python2.7",
|
2019-08-09 05:03:29 +03:00
|
|
|
"gcc_dir": "{MOZ_FETCHES_DIR}/gcc",
|
|
|
|
"cc": "{MOZ_FETCHES_DIR}/clang/bin/clang",
|
|
|
|
"cxx": "{MOZ_FETCHES_DIR}/clang/bin/clang++",
|
|
|
|
"as": "{MOZ_FETCHES_DIR}/clang/bin/clang",
|
|
|
|
"ar": "{MOZ_FETCHES_DIR}/cctools/bin/x86_64-apple-darwin-ar",
|
|
|
|
"ranlib": "{MOZ_FETCHES_DIR}/cctools/bin/x86_64-apple-darwin-ranlib",
|
|
|
|
"libtool": "{MOZ_FETCHES_DIR}/cctools/bin/x86_64-apple-darwin-libtool",
|
|
|
|
"ld": "{MOZ_FETCHES_DIR}/clang/bin/clang",
|
2017-02-02 19:36:17 +03:00
|
|
|
"patches": [
|
2019-07-31 23:51:09 +03:00
|
|
|
"compiler-rt-no-codesign.patch"
|
2017-02-02 19:36:17 +03:00
|
|
|
]
|
2017-01-03 01:02:55 +03:00
|
|
|
}
|