From e710c79792db1b153eb75e73c96375d9b5705a76 Mon Sep 17 00:00:00 2001 From: Josh Nussbaum Date: Wed, 8 Jun 2016 17:45:06 -0400 Subject: [PATCH] Updated erts version to 7.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9e82b6e..d22a318 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CFLAGS= OBJ = ffi_nif.o TARGET = ffi_nif.so LIBS += -ldl -lffi -ERTS_INCLUDE_PATH ?=$(REBAR_PLT_DIR)/erts-6.0/include +ERTS_INCLUDE_PATH ?=$(REBAR_PLT_DIR)/erts-7.3/include DIR=c_src $(DIR)/%.o: $(DIR)/%.c $(DEPS)