We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1aa1cb commit 8ad1707Copy full SHA for 8ad1707
setup.py
@@ -123,10 +123,10 @@ class BuildExt(build_ext):
123
'unix': [],
124
}
125
126
- if sys.platform == 'darwin':
127
- darwin_opts = ['-stdlib=libc++', '-mmacosx-version-min=10.14']
128
- c_opts['unix'] += darwin_opts
129
- l_opts['unix'] += darwin_opts
+ # if sys.platform == 'darwin':
+ # darwin_opts = ['-stdlib=libc++', '-mmacosx-version-min=10.14']
+ # c_opts['unix'] += darwin_opts
+ # l_opts['unix'] += darwin_opts
130
131
def build_extensions(self):
132
ct = self.compiler.compiler_type
0 commit comments