Explorar el Código

Remove erl_interface from makefile template

fixes https://github.com/erlang/rebar3/issues/2323
pull/2331/head
Fred Hebert hace 4 años
padre
commit
72895d6387
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      priv/templates/Makefile

+ 1
- 1
priv/templates/Makefile Ver fichero

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

Cargando…
Cancelar
Guardar