Skip to content

Commit 8855a30

Browse files
committed
ext_mod: Support library path installed from Debian (processone/ejabberd-contrib#363)
1 parent 95a083a commit 8855a30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ext_mod.erl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,8 @@ compile_options() ->
645645
++ maybe_define_lager_macro()
646646
++ [{i, filename:join(app_dir(App), "include")}
647647
|| App <- [fast_xml, xmpp, p1_utils, ejabberd]]
648+
++ [{i, filename:join(app_dir(App), "include")}
649+
|| App <- [p1_xml, p1_xmpp]] % paths used in Debian packages
648650
++ [{i, filename:join(mod_dir(Mod), "include")}
649651
|| Mod <- installed()].
650652

0 commit comments

Comments
 (0)