Browse Source

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

Zaiming (Stone) Shi 4 years ago
parent
commit
b5e7344752
1 changed files with 2 additions and 0 deletions
  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"}}
+       ]}.