1# See cc-wrapper for comments. 2var_templates_list=( 3 PKG_CONFIG_PATH
4) 5 6accumulateRoles
7 8for var in "${var_templates_list[@]}";do 9 mangleVarListGeneric ":""$var"${role_suffixes[@]+"${role_suffixes[@]}"}10done1112export NIX_PKG_CONFIG_WRAPPER_FLAGS_SET_@suffixSalt@=1