mirror of
https://github.com/gosticks/brew.git
synced 2026-08-12 12:40:22 +00:00
5 lines
79 B
Bash
Executable File
5 lines
79 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export HOMEBREW_CCCFG="O${HOMEBREW_CCCFG}"
|
|
exec xcrun "make" "$@"
|