Add make shim to Linux super env
This commit is contained in:
parent
0d33aba0b7
commit
6ad6128f9b
10
Library/Homebrew/shims/linux/super/make
Executable file
10
Library/Homebrew/shims/linux/super/make
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
if [[ -n "$HOMEBREW_MAKE" && "$HOMEBREW_MAKE" != "make" ]]
|
||||||
|
then
|
||||||
|
export MAKE="$HOMEBREW_MAKE"
|
||||||
|
else
|
||||||
|
MAKE="make"
|
||||||
|
fi
|
||||||
|
export HOMEBREW_CCCFG="O$HOMEBREW_CCCFG"
|
||||||
|
exec "$MAKE" "$@"
|
||||||
Loading…
x
Reference in New Issue
Block a user