You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2017/06/07 16:01:54 UTC

[09/12] jiffy commit: updated refs/heads/master to 99a3d43

Specify the escript executable for hooks

Windows appears to not enjoy relative path names for exectuables so
hopefully this fixes things there.

Fixes #83


Project: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/commit/a13b9e1e
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/tree/a13b9e1e
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/diff/a13b9e1e

Branch: refs/heads/master
Commit: a13b9e1ec9849a3bc385fdbd42d5de63c6681bf5
Parents: 06aaf44
Author: Paul J. Davis <pa...@gmail.com>
Authored: Fri Mar 17 15:34:32 2017 -0500
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Fri Mar 17 15:34:32 2017 -0500

----------------------------------------------------------------------
 rebar.config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/a13b9e1e/rebar.config
----------------------------------------------------------------------
diff --git a/rebar.config b/rebar.config
index 33b8186..09df419 100644
--- a/rebar.config
+++ b/rebar.config
@@ -36,5 +36,5 @@
     verbose
 ]}.
 
-{pre_hooks, [{"", compile, "./enc compile"}]}.
-{post_hooks, [{"", clean, "./enc clean"}]}.
+{pre_hooks, [{"", compile, "escript enc compile"}]}.
+{post_hooks, [{"", clean, "escript enc clean"}]}.