From 00572a9dec89bb93e458c9c1a68cf8de9cd7b5bd Mon Sep 17 00:00:00 2001
From: Craig Tiller <ctiller@google.com>
Date: Tue, 2 Feb 2016 08:45:46 -0800
Subject: [PATCH] Experimentally fix syntax

---
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 6699263ab1..2f73e94c45 100644
--- a/setup.py
+++ b/setup.py
@@ -84,8 +84,8 @@ if not "darwin" in sys.platform:
 
 DEFINE_MACROS = (('OPENSSL_NO_ASM', 1),)
 
-CFLAGS = (,)
-LDFLAGS = (,)
+CFLAGS = ()
+LDFLAGS = ()
 if "linux" in sys.platform:
   LDFLAGS += ('-Wl,-wrap,memcpy',)
 if "linux" in sys.platform or "darwin" in sys.platform:
-- 
GitLab