pkg-config: make comment clearer for non-natives
Suggested-by: Jörg Thalheim <joerg@thalheim.io>
This commit is contained in:
parent
801078806b
commit
4760a907ea
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@ if (( ${#role_suffixes[@]} > 0 )); then
|
|||
# replace env var with nix-modified one
|
||||
PKG_CONFIG_PATH=$PKG_CONFIG_PATH_@suffixSalt@ exec @prog@ "$@"
|
||||
else
|
||||
# pkg-config isn't a bonafied dependency so ignore setup hook entirely
|
||||
# pkg-config isn't a real dependency so ignore setup hook entirely
|
||||
exec @prog@ "$@"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue