Explorar el Código

I'm a moron. Make it a string.

pull/3/head
Ryan Tilder hace 15 años
padre
commit
f502bb09dd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/rebar_port_compiler.erl

+ 1
- 1
src/rebar_port_compiler.erl Ver fichero

@ -254,7 +254,7 @@ default_env() ->
" "])},
{"DRIVER_LDFLAGS", lists:concat([" -L", code:lib_dir(erl_interface, lib),
" -lerl_interface -lei"])},
{"ERLANG_ARCH", 8 * erlang:system_info(wordsize)},
{"ERLANG_ARCH", integer_to_list(8 * erlang:system_info(wordsize))},
{"ERLANG_TARGET", erlang:system_info(system_architecture)}].

Cargando…
Cancelar
Guardar