mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Compile sql_pt early
This commit is contained in:
parent
344a2611f2
commit
d8ace67a50
1 changed files with 2 additions and 1 deletions
|
@ -80,7 +80,8 @@
|
|||
eimp,
|
||||
iconv]}}.
|
||||
|
||||
{erl_first_files, ["src/ejabberd_config.erl", "src/gen_mod.erl", "src/mod_muc_room.erl", "src/mod_push.erl"]}.
|
||||
{erl_first_files, ["src/ejabberd_sql_pt.erl", "src/ejabberd_config.erl",
|
||||
"src/gen_mod.erl", "src/mod_muc_room.erl", "src/mod_push.erl"]}.
|
||||
|
||||
{erl_opts, [nowarn_deprecated_function,
|
||||
{i, "include"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue