mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 00:17:57 +00:00
Merge #191724: cc-wrapper: remove duplicate include flags
...into staging
This commit is contained in:
commit
4f6e99870b
@ -69,10 +69,12 @@ ccWrapper_addCVars () {
|
|||||||
getHostRoleEnvHook
|
getHostRoleEnvHook
|
||||||
|
|
||||||
if [ -d "$1/include" ]; then
|
if [ -d "$1/include" ]; then
|
||||||
|
(! echo "$NIX_CFLAGS_COMPILE" | grep -q -F "$1/include") &&
|
||||||
export NIX_CFLAGS_COMPILE${role_post}+=" -isystem $1/include"
|
export NIX_CFLAGS_COMPILE${role_post}+=" -isystem $1/include"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -d "$1/Library/Frameworks" ]; then
|
if [ -d "$1/Library/Frameworks" ]; then
|
||||||
|
(! echo "$NIX_CFLAGS_COMPILE" | grep -q -F "$1/Library/Frameworks") &&
|
||||||
export NIX_CFLAGS_COMPILE${role_post}+=" -iframework $1/Library/Frameworks"
|
export NIX_CFLAGS_COMPILE${role_post}+=" -iframework $1/Library/Frameworks"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user