From 91b03d57a2ef424dffcae715de1395761ce044ef Mon Sep 17 00:00:00 2001 From: Josh Nussbaum Date: Fri, 2 Dec 2016 09:56:03 -0500 Subject: [PATCH] Update ERTS include path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)