Skip to content

Commit 8ad1707

Browse files
committed
required for local dev install on mac
1 parent b1aa1cb commit 8ad1707

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ class BuildExt(build_ext):
123123
'unix': [],
124124
}
125125

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
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
130130

131131
def build_extensions(self):
132132
ct = self.compiler.compiler_type

0 commit comments

Comments
 (0)