
Fixes Homebrew/homebrew#34713. This reverts commit e4461afd36f04b1cd3cf56ec0636202150ce0570.
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 "$@"
|