about summary refs log tree commit diff
path: root/nixpkgs/pkgs/build-support/pkg-config-wrapper/add-flags.sh
blob: 35ecf62ca230fdb2c86f1434b4793c79265fa49a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# See cc-wrapper for comments.
var_templates_list=(
    PKG_CONFIG_PATH
)

accumulateRoles

for var in "${var_templates_list[@]}"; do
    mangleVarList "$var" ${role_suffixes[@]+"${role_suffixes[@]}"}
done

export NIX_PKG_CONFIG_WRAPPER_FLAGS_SET_@suffixSalt@=1