Skip to content

Commit 0e0858b

Browse files
committed
Add constants.cpp to sources list to build
1 parent 60801a5 commit 0e0858b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
version = '0.2.3'
2020

2121
libsass_sources = [
22-
'context.cpp', 'functions.cpp', 'document.cpp',
22+
'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',
2525
'sass_interface.cpp',

0 commit comments

Comments
 (0)