Browse Source

Remove erl_interface from makefile template

fixes https://github.com/erlang/rebar3/issues/2323
pull/2331/head
Fred Hebert 4 years ago
parent
commit
72895d6387
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      priv/templates/Makefile

+ 1
- 1
priv/templates/Makefile View File

@ -34,7 +34,7 @@ endif
CFLAGS += -fPIC -I $(ERTS_INCLUDE_DIR) -I $(ERL_INTERFACE_INCLUDE_DIR)
CXXFLAGS += -fPIC -I $(ERTS_INCLUDE_DIR) -I $(ERL_INTERFACE_INCLUDE_DIR)
LDLIBS += -L $(ERL_INTERFACE_LIB_DIR) -lerl_interface -lei
LDLIBS += -L $(ERL_INTERFACE_LIB_DIR) -lei
LDFLAGS += -shared
# Verbosity.

Loading…
Cancel
Save