Skip to content

Commit 75e161d

Browse files
committed
Fix #4 by dropping flag
1 parent 0b30611 commit 75e161d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ def spawn(self, cmd):
5555
link_flags = []
5656
macros = {'LIBSASS_PYTHON_VERSION': '\\"' + version + '\\"'}
5757
else:
58-
flags = ['-fPIC', '-Wall', '-Wno-parentheses', '-Wno-tautological-compare']
59-
if sys.platform == 'darwin':
60-
flags.pop()
58+
flags = ['-fPIC', '-Wall', '-Wno-parentheses']
6159
link_flags = ['-fPIC', '-lstdc++']
6260
macros = {'LIBSASS_PYTHON_VERSION': '"' + version + '"'}
6361

0 commit comments

Comments
 (0)