ソースを参照

build(emqx_plugin_libs): add rebar.config to help mix build

Zaiming (Stone) Shi 4 年 前
コミット
b5e7344752
1 ファイル変更2 行追加0 行削除
  1. 2 0
      apps/emqx_plugin_libs/rebar.config

+ 2 - 0
apps/emqx_plugin_libs/rebar.config

@@ -0,0 +1,2 @@
+{deps, [ {emqx, {path, "../emqx"}}
+       ]}.