ソースを参照

Merge pull request #85 from ratelle/rebar-deps-dir-in-port-compiler

Add rebar-deps env to port compiler SharedEnv
pull/3/head
Dave Smith 12年前
コミット
d0a3f5246a
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      src/rebar_port_compiler.erl

+ 2
- 1
src/rebar_port_compiler.erl ファイルの表示

@ -100,7 +100,8 @@ compile(Config, AppFile) ->
[] ->
ok;
Specs ->
SharedEnv = rebar_config:get_env(Config, ?MODULE),
SharedEnv = rebar_config:get_env(Config, rebar_deps) ++
rebar_config:get_env(Config, ?MODULE),
%% Compile each of the sources
NewBins = compile_sources(Config, Specs, SharedEnv),

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