Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 916CC200B54 for ; Thu, 14 Jul 2016 07:57:39 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8FF36160A6E; Thu, 14 Jul 2016 05:57:39 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0AEE8160A6A for ; Thu, 14 Jul 2016 07:57:38 +0200 (CEST) Received: (qmail 33812 invoked by uid 500); 14 Jul 2016 05:57:38 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 33802 invoked by uid 99); 14 Jul 2016 05:57:38 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jul 2016 05:57:38 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C73D9E04BE; Thu, 14 Jul 2016 05:57:37 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: wohali@apache.org To: commits@couchdb.apache.org Message-Id: <99884f0dee424d08a4ef45213ccdbc93@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: couch commit: updated refs/heads/master to b0d21d2 Date: Thu, 14 Jul 2016 05:57:37 +0000 (UTC) archived-at: Thu, 14 Jul 2016 05:57:39 -0000 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 Authored: Thu Jul 14 01:57:27 2016 -0400 Committer: Joan Touzet 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'}]}.