mirror of
https://github.com/gosticks/brew.git
synced 2026-08-19 16:10:27 +00:00
5 lines
75 B
Bash
Executable File
5 lines
75 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export HOMEBREW_CCCFG="O$HOMEBREW_CCCFG"
|
|
exec xcrun make "$@"
|