We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7902829 commit 7491c74Copy full SHA for 7491c74
setup.py
@@ -133,11 +133,6 @@ class BuildExt(build_ext):
133
def build_extensions(self):
134
compiler_type = self.compiler.compiler_type
135
136
- if sys.platform == "darwin":
137
- if has_flag(self.compiler, "-stdlib=libc++"):
138
- self.c_opts["unix"].append("-stdlib=libc++")
139
- self.l_opts["unix"].append("-stdlib=libc++")
140
-
141
opts = self.c_opts.get(compiler_type, [])
142
opts.append(cpp_flag(compiler_type, self.compiler))
143
0 commit comments