This is an automated email from the ASF dual-hosted git repository.
zeshuai007 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/master by this push:
new e6d97c0 test ci fix
new d5e5fd0 Merge pull request #2221 from zeshuai007/THRIFT-5249
e6d97c0 is described below
commit e6d97c0f66118c43f43bb71644c18d330a3ae522
Author: zeshuai007 <[email protected]>
AuthorDate: Tue Aug 25 09:53:39 2020 +0800
test ci fix
---
lib/py/setup.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/py/setup.py b/lib/py/setup.py
index fa81694..27a392d 100644
--- a/lib/py/setup.py
+++ b/lib/py/setup.py
@@ -67,6 +67,7 @@ def run_setup(with_binary):
extensions = dict(
ext_modules=[
Extension('thrift.protocol.fastbinary',
+ extra_compile_args=['-std=c++11'],
sources=[
'src/ext/module.cpp',
'src/ext/types.cpp',