Current section
Files
Jump to
Current section
Files
inaka_emysql
rebar.config
rebar.config
% -*- Erlang -*-
% vim: ts=4 sw=4 et ft=erlang
{erl_opts, [
nowarn_deprecated_type
]}.
{pre_hooks,[
{"linux|bsd|darwin|solaris", compile, "escript ./support/crypto_compat.escript"},
{"win32", compile, "escript.exe support/crypto_compat.escript"}
]}.