fix issue #348 -Compilation fails if repo is cloned with a different name
This commit is contained in:
parent
640b915efd
commit
490d7ce175
|
@ -20,7 +20,8 @@
|
||||||
|
|
||||||
%% plugins cannot find emqttd.hrl without ".." lib dirs:(
|
%% plugins cannot find emqttd.hrl without ".." lib dirs:(
|
||||||
%% but this setting will make deps apps collision
|
%% but this setting will make deps apps collision
|
||||||
{lib_dirs, ["../"]}.
|
%% comment in 0.13.0 release
|
||||||
|
%% {lib_dirs, ["../"]}.
|
||||||
|
|
||||||
{sub_dirs, [
|
{sub_dirs, [
|
||||||
"rel",
|
"rel",
|
||||||
|
|
Loading…
Reference in New Issue