ソースを参照

Updated rebar to latest master

pull/21/head
Paul J. Davis 13年前
コミット
d6f6a86718
2個のファイルの変更1行の追加2行の削除
  1. バイナリ
      rebar
  2. +1
    -2
      rebar.config

バイナリ
rebar ファイルの表示


+ 1
- 2
rebar.config ファイルの表示

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

読み込み中…
キャンセル
保存