Merge pull request #1081 from mathstuf/pkg-config-path
modules.yaml: use the right envvar for pkg-config
This commit is contained in:
commit
59318f4705
@ -22,8 +22,8 @@ modules:
|
|||||||
include:
|
include:
|
||||||
- CPATH
|
- CPATH
|
||||||
lib/pkgconfig:
|
lib/pkgconfig:
|
||||||
- PKGCONFIG
|
- PKG_CONFIG_PATH
|
||||||
lib64/pkgconfig:
|
lib64/pkgconfig:
|
||||||
- PKGCONFIG
|
- PKG_CONFIG_PATH
|
||||||
'':
|
'':
|
||||||
- CMAKE_PREFIX_PATH
|
- CMAKE_PREFIX_PATH
|
||||||
|
Loading…
Reference in New Issue
Block a user