Ver a proveniência

Remove erl_interface from makefile template

fixes https://github.com/erlang/rebar3/issues/2323
pull/2331/head
Fred Hebert há 4 anos
ascendente
cometimento
72895d6387
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      priv/templates/Makefile

+ 1
- 1
priv/templates/Makefile Ver ficheiro

@ -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.

Carregando…
Cancelar
Guardar