summary refs log blame commit diff
path: root/pkgs/build-support/pkg-config-wrapper/add-flags.sh
blob: 90aee712be63daf1dc06d84fba0b700e3d2ebd7a (plain) (tree)
1
2
3
4
5
6
7
8
9







                                         
                                                                             


                                                      
# 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