Update ERTS include path

This commit is contained in:
Josh Nussbaum
2016-12-02 09:56:03 -05:00
parent 5d3ed8c0c6
commit 91b03d57a2

View File

@@ -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)