Skip to content

Commit 26c8284

Browse files
committed
Merge pull request #6 from cyluss/python_issue_4_take_2
Python issue 4 take 2
2 parents db2b246 + 75e161d commit 26c8284

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
version = '0.2.4'
2121

22-
libsass_sources = [
22+
libsass_sources = [
2323
'constants.cpp', 'context.cpp', 'functions.cpp', 'document.cpp',
2424
'document_parser.cpp', 'eval_apply.cpp', 'node.cpp',
2525
'node_factory.cpp', 'node_emitters.cpp', 'prelexer.cpp',
@@ -55,7 +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']
58+
flags = ['-fPIC', '-Wall', '-Wno-parentheses']
5959
link_flags = ['-fPIC', '-lstdc++']
6060
macros = {'LIBSASS_PYTHON_VERSION': '"' + version + '"'}
6161

0 commit comments

Comments
 (0)