mirror of
https://github.com/processone/ejabberd.git
synced 2024-10-31 15:21:38 +01:00
a7639fd4ad
This way we rebar.config.script can use vars detected by configure
6 lines
107 B
Erlang
6 lines
107 B
Erlang
-module(configure_deps).
|
|
-export(['configure-deps'/2]).
|
|
|
|
'configure-deps'(Config, Vals) ->
|
|
{ok, Config}.
|