Luke Granger-Brown
57725ef3ec
git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
12 lines
273 B
Bash
12 lines
273 B
Bash
# See cc-wrapper for comments.
|
|
var_templates_list=(
|
|
PKG_CONFIG_PATH
|
|
)
|
|
|
|
accumulateRoles
|
|
|
|
for var in "${var_templates_list[@]}"; do
|
|
mangleVarListGeneric ":" "$var" ${role_suffixes[@]+"${role_suffixes[@]}"}
|
|
done
|
|
|
|
export NIX_PKG_CONFIG_WRAPPER_FLAGS_SET_@suffixSalt@=1
|