Explorar el Código

Updated rebar to latest master

pull/21/head
Paul J. Davis hace 13 años
padre
commit
d6f6a86718
Se han modificado 2 ficheros con 1 adiciones y 2 borrados
  1. BIN
      rebar
  2. +1
    -2
      rebar.config

BIN
rebar Ver fichero


+ 1
- 2
rebar.config Ver fichero

@ -2,9 +2,8 @@
{proper, ".*", {git, "https://github.com/manopapad/proper.git", "master"}}
]}.
{port_specs, [{"priv/jiffy.so", ["c_src/*.c"]}]}.
{port_sources, ["c_src/*.c"]}.
{so_name, "jiffy.so"}.
{port_envs, [
%% Link the spidermonkey library
{".*", "CFLAGS", "$CFLAGS -g -Wall"},

Cargando…
Cancelar
Guardar