-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure.sh: allow passing pkg-config to use via HOST_PKG_CONFIG
In nixpkgs we sometimes prefix pkg-config (e. g. when cross compiling), so different versions, returning library information for different targets can be disambiguated. For this to work properly with configure.sh we need some way to pass in the pkg-config binary to use. Naming follows the target logic: HOST_PKG_CONFIG returns libraries for whatever target HOST is, that is libraries HOST_CC/LD will link executables against.
- Loading branch information
1 parent
92476e7
commit a5c727c
Showing
1 changed file
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters