Skip to content

Commit 2025756

Browse files
authored
Merge pull request #223 from dahlia/setup_py_typo
Fix typo in setup.py
2 parents 00269f7 + 9f3d30c commit 2025756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def customize_compiler(compiler):
3737
compiler.linker_so[0] = os.environ['CXX']
3838
return compiler
3939
distutils.sysconfig.customize_compiler = customize_compiler
40-
flags[:] = ['-c', '-O3'] + flags + ['stdlib=libc++']
40+
flags[:] = ['-c', '-O3'] + flags + ['-stdlib=libc++']
4141

4242

4343
def _maybe_macos(flags):

0 commit comments

Comments
 (0)