First cut: use H5_USE_110_API

For #18 - compile against 1.10 API (may need to do more work to make sure this
does what we actually want)
This commit is contained in:
Graeme Winter
2020-06-08 10:42:52 +01:00
parent f25a73c667
commit 6ec2cd7437
+1 -1
View File
@@ -8,7 +8,7 @@ BSLZ4_BUILD_DIR = ./bslz4/build
BSLZ4_INC_DIR = $(BSLZ4_SRC_DIR)
CC=h5cc
CFLAGS=-Wall -g -O2 -fpic -I$(INC_DIR) -I$(BSLZ4_INC_DIR) -std=c89 -shlib
CFLAGS=-DH5_USE_110_API -Wall -g -O2 -fpic -I$(INC_DIR) -I$(BSLZ4_INC_DIR) -std=c89 -shlib
.PHONY: plugin
plugin: $(BUILD_DIR)/durin-plugin.so