diff --git a/Makefile b/Makefile index 4622f56..f19d5c1 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CFLAGS=-fPIC OBJ = ffi_nif.o TARGET = ffi_nif.so LIBS += -ldl -lffi -ERTS_INCLUDE_PATH ?=$(REBAR_PLT_DIR)/erts-7.3/include +ERTS_INCLUDE_PATH ?=$(REBAR_PLT_DIR)/erts-8.0/include DIR=c_src $(DIR)/%.o: $(DIR)/%.c $(DEPS)