repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
anvil-editor: init at 0.4
[NixPkgs.git]
/
pkgs
/
build-support
/
pkg-config-wrapper
/
add-flags.sh
blob
90aee712be63daf1dc06d84fba0b700e3d2ebd7a
1
# See cc-wrapper for comments.
2
var_templates_list
=(
3
PKG_CONFIG_PATH
4
)
5
6
accumulateRoles
7
8
for
var
in
"
${var_templates_list[@]}
"
;
do
9
mangleVarListGeneric
":"
"
$var
"
${role_suffixes[@]+"${role_suffixes[@]}"}
10
done
11
12
export
NIX_PKG_CONFIG_WRAPPER_FLAGS_SET_@suffixSalt@
=
1