We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4690e commit e58fd29Copy full SHA for e58fd29
1 file changed
setup.py
@@ -102,7 +102,7 @@ def run(self):
102
compile_args = GCC_COMPILE_ARGS
103
elif "DARWIN" in platform.system().upper():
104
# Mac doesn't respect the compiler args, but will append with ARCHFLAGS environment variable
105
- os.environ["ARCHFLAGS"] = "-std=c++17"
+ os.environ["ARCHFLAGS"] += " -std=c++17"
106
compile_args = []
107
else:
108
0 commit comments