Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit fe10b92

Browse files
committed
Remove useless -xc++ flag.
1 parent 0bf8fa4 commit fe10b92

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
@@ -82,7 +82,7 @@ def spawn(self, cmd):
8282
flags = ['-I' + os.path.abspath('win32')]
8383
link_flags = []
8484
else:
85-
flags = ['-fPIC', '-xc++', '-std=c++11', '-Wall', '-Wno-parentheses']
85+
flags = ['-fPIC', '-std=c++11', '-Wall', '-Wno-parentheses']
8686
platform.mac_ver()
8787
if platform.system() == 'Darwin':
8888
flags.extend([

0 commit comments

Comments
 (0)