Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix linker flag in pkg-config file for system zlib (HDFGroup#4957)
Previously was hardcoding `-lzlib-static` which will result in the wrong linker flags when built with system zlib. It looks like there was logic to figure out the library name but the resulting `libname` was never used.
- Loading branch information