Pre hook to build sources on Windoes also. (#16)

This commit is contained in:
Erik Stenman
2019-03-06 11:41:16 +01:00
committed by GitHub
parent 23695330ef
commit 6c60f1e37f
+1 -1
View File
@@ -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}]}]}.