Skip to content

Commit 9f3d30c

Browse files
committed
Fix typo in setup.py
1 parent 00269f7 commit 9f3d30c

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)