From beb670554e340041d412b0bc826963ae21b8106b Mon Sep 17 00:00:00 2001 From: Erik Stenman Date: Tue, 5 Mar 2019 13:19:01 +0100 Subject: [PATCH] Pre hook to build sources on Windoes also. --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 4684063..e118ea9 100644 --- a/rebar.config +++ b/rebar.config @@ -14,7 +14,7 @@ {escript_emu_args, "%%!"}. {pre_hooks, - [{"(linux|darwin|solaris)", compile, "make sources"}, + [{"(linux|darwin|solaris|win32)", compile, "make sources"}, {"(freebsd)", compile, "gmake sources"}]}. {provider_hooks, [{post, [{compile, escriptize}]}]}.