mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
Make nc-config work even if user doesn't set PKG_CONFIG_PATH
This commit is contained in:
parent
952b73e51e
commit
7a44b66300
@ -180,7 +180,7 @@ while test $# -gt 0; do
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
--libs)
|
--libs)
|
||||||
pkg-config netcdf --libs
|
PKG_CONFIG_PATH=${prefix}/lib/pkgconfig pkg-config netcdf --libs
|
||||||
;;
|
;;
|
||||||
|
|
||||||
--prefix)
|
--prefix)
|
||||||
|
Loading…
Reference in New Issue
Block a user