aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorXiyue Deng2013-10-28 02:16:42 -0700
committerXiyue Deng2013-11-02 17:30:05 -0700
commit917b94df98ad03e88bef54b2fd944b7bc0e25f31 (patch)
tree0fd49258251c8f41f554cf3007a7a8a9e8cb4ac9 /Library/Homebrew/cmd
parent6fc6dd791badba63e708623c6db5ecd3d8cb4ac6 (diff)
downloadbrew-917b94df98ad03e88bef54b2fd944b7bc0e25f31.tar.bz2
Add cxxstdlib_check method to request changing C++ stdlib checking.
* In certain cases, a C++ software may result in linking to a different and incompatible C++ standard library than its dependencies and still works fine because it is by design. Examples include GCC, which will bootstrap itself and self-host after finish. * Add a cxxstdlib_check method to formula to request changing the C++ standard library checking. Currently using "cxxstdlib_check :skip" will let a formula skip such checking. This should only be used on rare occasions and be very careful. Closes Homebrew/homebrew#23687.
Diffstat (limited to 'Library/Homebrew/cmd')
0 files changed, 0 insertions, 0 deletions