From 4fc539155bcc133e161fd5685f3e80e1fa1bdcc7 Mon Sep 17 00:00:00 2001 From: Josh Nussbaum Date: Mon, 21 Sep 2015 19:26:30 -0400 Subject: [PATCH] Update ERTS_INCLUDE_PATH in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7af5f62..9e82b6e 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CFLAGS= OBJ = ffi_nif.o TARGET = ffi_nif.so LIBS += -ldl -lffi -ERTS_INCLUDE_PATH=/home/josh/Playground/erlangs/erts-6.0/include +ERTS_INCLUDE_PATH ?=$(REBAR_PLT_DIR)/erts-6.0/include DIR=c_src $(DIR)/%.o: $(DIR)/%.c $(DEPS)