Skip to content

Commit 69c1bb5

Browse files
committed
Add selector.{hpp,cpp}
1 parent bb58444 commit 69c1bb5

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
@@ -22,14 +22,14 @@
2222
'constants.cpp', 'context.cpp', 'functions.cpp', 'document.cpp',
2323
'document_parser.cpp', 'eval_apply.cpp', 'node.cpp',
2424
'node_factory.cpp', 'node_emitters.cpp', 'prelexer.cpp',
25-
'sass_interface.cpp',
25+
'selector.cpp', 'sass_interface.cpp',
2626
]
2727

2828
libsass_headers = [
2929
'color_names.hpp', 'error.hpp', 'node.hpp',
3030
'context.hpp', 'eval_apply.hpp', 'node_factory.hpp',
3131
'document.hpp', 'functions.hpp', 'prelexer.hpp',
32-
'sass_interface.h', 'win32/unistd.h'
32+
'selector.hpp', 'sass_interface.h', 'win32/unistd.h'
3333
]
3434

3535
if sys.platform == 'win32':

0 commit comments

Comments
 (0)