-
- Downloads
Bug 1724606 - Replace uses of MACOSX_DEPLOYMENT_TARGET env variable with...
Bug 1724606 - Replace uses of MACOSX_DEPLOYMENT_TARGET env variable with -mmacosx-version-min flag. r=firefox-build-system-reviewers,andi They are equivalent, except for the fact that MACOSX_DEPLOYMENT_TARGET may apply to more processes in a normal build. In practice, all the processes that matter are covered through compiler flags. On the opposite end, MACOSX_DEPLOYMENT_TARGET isn't necessary passed in all cases (like clangd, mach static-analysis, etc.), while compiler flags are. Differential Revision: https://phabricator.services.mozilla.com/D122145
Showing
- build/clang-plugin/Makefile.in 0 additions, 5 deletionsbuild/clang-plugin/Makefile.in
- build/moz.configure/toolchain.configure 16 additions, 11 deletionsbuild/moz.configure/toolchain.configure
- config/config.mk 0 additions, 4 deletionsconfig/config.mk
- python/mozbuild/mozbuild/test/configure/test_toolchain_configure.py 12 additions, 5 deletions...build/mozbuild/test/configure/test_toolchain_configure.py
Loading
Please register or sign in to comment