mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-02 17:09:09 +03:00
9 lines
221 B
Bash
9 lines
221 B
Bash
addPrivateFrameworks() {
|
|
flag="-F/System/Library/PrivateFrameworks"
|
|
if [[ "${NIX_CFLAGS_COMPILE-}" != *$flag* ]]; then
|
|
NIX_CFLAGS_COMPILE+=" $flag"
|
|
fi
|
|
}
|
|
|
|
addEnvHooks "$hostOffset" addPrivateFrameworks
|