mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
11 lines
248 B
Bash
Executable File
11 lines
248 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# HOMEBREW_LIBRARY is set by bin/brew
|
|
# shellcheck disable=SC2154
|
|
source "${HOMEBREW_LIBRARY}/Homebrew/shims/utils.sh"
|
|
|
|
export HOMEBREW_CCCFG="O${HOMEBREW_CCCFG}"
|
|
|
|
try_exec_non_system "${SHIM_FILE}" "$@"
|
|
safe_exec "/usr/bin/make" "$@"
|