2012-09-03 11:56:29 -04:00
|
|
|
#!/bin/bash
|
2016-08-07 12:54:25 +02:00
|
|
|
|
2023-07-12 23:21:00 +01:00
|
|
|
# HOMEBREW_LIBRARY is set by bin/brew
|
|
|
|
# shellcheck disable=SC2154
|
|
|
|
source "${HOMEBREW_LIBRARY}/Homebrew/shims/utils.sh"
|
2023-07-12 02:16:32 +08:00
|
|
|
|
2023-07-12 23:21:00 +01:00
|
|
|
export HOMEBREW_CCCFG="O${HOMEBREW_CCCFG}"
|
2023-07-12 02:16:32 +08:00
|
|
|
|
2023-07-12 23:21:00 +01:00
|
|
|
try_exec_non_system "${SHIM_FILE}" "$@"
|
|
|
|
safe_exec "/usr/bin/make" "$@"
|