We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e541f commit cb0892eCopy full SHA for cb0892e
Makefile
@@ -66,8 +66,8 @@ endif
66
endif
67
68
# Set Erlang-specific compile and linker flags
69
-ERL_CFLAGS ?= -I$(ERL_EI_INCLUDE_DIR)
70
-ERL_LDFLAGS ?= -L$(ERL_EI_LIBDIR) -lei
+ERL_CFLAGS ?= -I"$(ERL_EI_INCLUDE_DIR)"
+ERL_LDFLAGS ?= -L"$(ERL_EI_LIBDIR)" -lei
71
72
HAL_SRC += c_src/nif_utils.c
73
SRC = $(HAL_SRC) c_src/gpio_nif.c
0 commit comments