This website requires JavaScript.
Explore
Help
Sign In
admin
/
brew
Watch
1
Star
0
Fork
0
You've already forked brew
Code
Issues
Packages
Projects
Releases
6
Wiki
Activity
brew
/
Library
/
Homebrew
/
shims
/
mac
/
super
/
make
5 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Set CC and CXX with superenv (again) It was dumb to have make call different compilers to configure depending on the `servile?` flag. This is not a route to reliability. Instead now we set CC (formula that break if CC is set like Jack be damned, their build-systems are just plain broken and should not be supported). When cc is called we examine HOMEBREW_CC, otherwise we instantiate the tool that was called, just like the formula's build-system will expect. Fixes Homebrew/homebrew#14659 (though the build fails later for me, with the same error for stdenv and superenv).
2012-09-03 11:56:29 -04:00
#!/bin/bash
shims/make: fix style inconsistencies
2016-08-07 12:54:25 +02:00
shims/mac/super/make: repair style
2021-04-18 18:44:59 +09:00
export HOMEBREW_CCCFG="O${HOMEBREW_CCCFG}"
remove HOMEBREW_MAKE
2021-04-20 23:50:02 +09:00
exec xcrun "make" "$@"
Reference in New Issue
Copy Permalink