
I think enough time has passed that it is safe to do this now. This reverts commit 1003161a848970e782633959904ea776dda7e48b.
4 lines
74 B
Bash
Executable File
4 lines
74 B
Bash
Executable File
#!/bin/bash
|
|
export HOMEBREW_CCCFG="O$HOMEBREW_CCCFG"
|
|
exec xcrun make "$@"
|