diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2021-09-18 03:49:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-18 03:49:21 (GMT) |
commit | e76239586988e46f527593138e1ccfd5575ee978 (patch) | |
tree | fc275982bfcd743279cddd50a95cd3c8b90b075d | |
parent | d3b7b504d7d4933ec74ba6d4a4a7d4bbe6765b4c (diff) | |
download | hdf5-e76239586988e46f527593138e1ccfd5575ee978.zip hdf5-e76239586988e46f527593138e1ccfd5575ee978.tar.gz hdf5-e76239586988e46f527593138e1ccfd5575ee978.tar.bz2 |
Merge Correction of pkg-config compile script #974 (#1026)
-rw-r--r-- | config/cmake/libh5cc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/libh5cc.in b/config/cmake/libh5cc.in index c98d9ca..ecdd13e 100644 --- a/config/cmake/libh5cc.in +++ b/config/cmake/libh5cc.in @@ -29,4 +29,4 @@ printf 'dir is %s\n' "$dir" export PKG_CONFIG_PATH=$dir/lib/pkgconfig -@_PKG_CONFIG_COMPILER@ `pkg-config --define-variable=prefix=$dir --cflags --libs @_PKG_CONFIG_LIBNAME@` $@ +@_PKG_CONFIG_COMPILER@ $@ `pkg-config --define-variable=prefix=$dir --cflags --libs @_PKG_CONFIG_LIBNAME@` |