Skip to content

Commit 390421e

Browse files
authored
Merge pull request #2331 from ferd/fix-make-tpl
Remove erl_interface from makefile template
2 parents b229368 + 72895d6 commit 390421e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

priv/templates/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ endif
3434
CFLAGS += -fPIC -I $(ERTS_INCLUDE_DIR) -I $(ERL_INTERFACE_INCLUDE_DIR)
3535
CXXFLAGS += -fPIC -I $(ERTS_INCLUDE_DIR) -I $(ERL_INTERFACE_INCLUDE_DIR)
3636

37-
LDLIBS += -L $(ERL_INTERFACE_LIB_DIR) -lerl_interface -lei
37+
LDLIBS += -L $(ERL_INTERFACE_LIB_DIR) -lei
3838
LDFLAGS += -shared
3939

4040
# Verbosity.

0 commit comments

Comments
 (0)