Browse Source

Updated rebar to latest master

pull/21/head
Paul J. Davis 13 years ago
parent
commit
d6f6a86718
2 changed files with 1 additions and 2 deletions
  1. BIN
      rebar
  2. +1
    -2
      rebar.config

BIN
rebar View File


+ 1
- 2
rebar.config View File

@ -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"},

Loading…
Cancel
Save