4 lines
72 B
Plaintext
4 lines
72 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
export HOMEBREW_CCCFG="O$HOMEBREW_CCCFG"
|
||
|
|
exec xcrun make "$@"
|