Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
SisMaker
/
rebar3
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Projects
0
Lanzamientos
62
Wiki
Actividad
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
7ccbc0bd86
commit
72895d6387
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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
)
-le
rl_interface -le
i
LDLIBS
+=
-L
$(
ERL_INTERFACE_LIB_DIR
)
-lei
LDFLAGS
+=
-shared
# Verbosity.
Escribir
Vista previa
Cargando…
Cancelar
Guardar