mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
fix to nc-config for static builds
This commit is contained in:
parent
6cb0933d7b
commit
c835857434
@ -954,7 +954,7 @@ else
|
||||
NC_LIBS="$with_netcdf_c_lib"
|
||||
fi
|
||||
if test "x$enable_shared" != xyes; then
|
||||
NC_LIBS="$NC_LIBS $LIBS"
|
||||
NC_LIBS="$LDFLAGS $NC_LIBS $LIBS"
|
||||
fi
|
||||
|
||||
case "x$target_os" in
|
||||
|
Loading…
Reference in New Issue
Block a user