bsdmake is *not* provided by Xcode/CLT
Fixes Homebrew/homebrew#14626. Also make proctools install do prefixes other than /usr/local.
This commit is contained in:
parent
2375f71e82
commit
c36f79c79a
@ -1,3 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
export HOMEBREW_CCCFG="O$HOMEBREW_CCCFG"
|
export HOMEBREW_CCCFG="O$HOMEBREW_CCCFG"
|
||||||
exec xcrun make "$@"
|
if [ $(basename "$0") == "bsdmake" ]; then
|
||||||
|
pwd="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
|
exec "$pwd/../../../bin/bsdmake" "$@"
|
||||||
|
else
|
||||||
|
exec xcrun make "$@"
|
||||||
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user