diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-04-08 14:50:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-08 14:50:20 (GMT) |
commit | 95909be9c3491f465b1a61dde5e17381e4179732 (patch) | |
tree | ce1a4750d92c2ed26f48abdcbf4715dc31a88858 /bin/h5cc.in | |
parent | 41936183d72c71fa2cd0aa1d971ae6510c6b3ef1 (diff) | |
download | hdf5-95909be9c3491f465b1a61dde5e17381e4179732.zip hdf5-95909be9c3491f465b1a61dde5e17381e4179732.tar.gz hdf5-95909be9c3491f465b1a61dde5e17381e4179732.tar.bz2 |
Minor things discovered while preparing 1.12.2 (#1620)
Diffstat (limited to 'bin/h5cc.in')
-rw-r--r-- | bin/h5cc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/h5cc.in b/bin/h5cc.in index 6835b79..966bb40 100644 --- a/bin/h5cc.in +++ b/bin/h5cc.in @@ -40,7 +40,7 @@ HL="@HL@" ## $CLINKER $H5BLD_CPPFLAGS $CPPFLAGS $H5BLD_CFLAGS $CFLAGS $LDFLAGS ## ## $LIBS $clibpath $link_objs $link_args $shared_link ## ## ## -## These settings can be overridden by setting HDF5_CFLAGS, ## +## These settings can be overridden by setting HDF5_CFLAGS, ## ## HDF5_CPPFLAGS, HDF5_LDFLAGS, or HDF5_LIBS in the environment. ## ## ## ############################################################################ |