Blob Blame History Raw
From: Peter Lemenkov <lemenkov@gmail.com>
Date: Sun, 6 Mar 2016 16:20:02 +0300
Subject: [PATCH] Disable escript generation

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>

diff --git a/rebar.config b/rebar.config
index 4173ca9..42fbd28 100644
--- a/rebar.config
+++ b/rebar.config
@@ -16,8 +16,3 @@
     {lager, ".*", {git, "https://github.com/basho/lager.git", {tag, "3.2.4"}}},
     {neotoma, ".*", {git, "https://github.com/basho/neotoma.git", {tag, "1.7.4"}}}
   ]}.
-
-{post_hooks, [
-    {"-win32", compile, "rebar escriptize"},
-    {"^((?!-win32).)*$", compile, "./rebar escriptize"}
-  ]}.