summaryrefslogtreecommitdiffstats
path: root/src/hdf5.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/hdf5.mk')
-rw-r--r--src/hdf5.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hdf5.mk b/src/hdf5.mk
index 56cd437..a918773 100644
--- a/src/hdf5.mk
+++ b/src/hdf5.mk
@@ -67,7 +67,7 @@ define $(PKG)_BUILD
## test hdf5
'$(TARGET)-g++' \
-W -Wall -Werror -ansi -pedantic \
- '$(2).cpp' -o '$(PREFIX)/$(TARGET)/bin/test-hdf5.exe' \
+ '$(PWD)/src/$(PKG)-test.cpp' -o '$(PREFIX)/$(TARGET)/bin/test-hdf5.exe' \
-lhdf5_hl -lhdf5 -lz
# test cmake can find hdf5