We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae6b0e commit 6a98b0dCopy full SHA for 6a98b0d
1 file changed
src/Makefile
@@ -80,8 +80,8 @@ $(error ERL_EI_LIBDIR not set. Invoke via mix)
80
endif
81
82
# Set Erlang-specific compile and linker flags
83
-ERL_CFLAGS ?= -I$(ERL_EI_INCLUDE_DIR)
84
-ERL_LDFLAGS ?= -L$(ERL_EI_LIBDIR) -lei
+ERL_CFLAGS ?= -I"$(ERL_EI_INCLUDE_DIR)"
+ERL_LDFLAGS ?= -L"$(ERL_EI_LIBDIR)" -lei
85
86
# If compiling on OSX and not crosscompiling, include CoreFoundation and IOKit
87
ifeq ($(CROSSCOMPILE),)
0 commit comments