You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2016/07/14 05:57:37 UTC

couch commit: updated refs/heads/master to b0d21d2

Repository: couchdb-couch
Updated Branches:
  refs/heads/master 8c6de9f7f -> b0d21d26d


Fix Windows-specific definition


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

Branch: refs/heads/master
Commit: b0d21d26d95545b7bba1371f01aad9bb04700cb2
Parents: 8c6de9f
Author: Joan Touzet <wo...@atypical.net>
Authored: Thu Jul 14 01:57:27 2016 -0400
Committer: Joan Touzet <wo...@atypical.net>
Committed: Thu Jul 14 01:57:27 2016 -0400

----------------------------------------------------------------------
 rebar.config | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/b0d21d26/rebar.config
----------------------------------------------------------------------
diff --git a/rebar.config b/rebar.config
index 202a563..43e2924 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1 +1,2 @@
+{erl_opts, [{platform_define, "win32", 'WINDOWS'}]}.
 {eunit_compile_opts, [{platform_define, "win32", 'WINDOWS'}]}.