Explorar el Código

rebar.config.sample: fix syntax error

pull/3/head
Tuncer Ayaz hace 12 años
padre
commit
e6ee469c4d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      rebar.config.sample

+ 1
- 1
rebar.config.sample Ver fichero

@ -46,7 +46,7 @@
%% architecture as a filter.
{port_specs, [{"priv/so_name.so", ["c_src/*.c"]},
{"linux", "priv/hello_linux", ["c_src/hello_linux.c"]},
{"linux", "priv/hello_linux", ["c_src/*.c"], [{env, []}]}}.
{"linux", "priv/hello_linux", ["c_src/*.c"], [{env, []}]}]}.
%% == LFE Compiler ==

Cargando…
Cancelar
Guardar