Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add slotcache to dist/configure
Browse files Browse the repository at this point in the history
svaarala committed Jan 20, 2017
1 parent ec33370 commit e01ebe4
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/configure.py
Original file line number Diff line number Diff line change
@@ -456,6 +456,7 @@ def default_from_script_path(optname, orig, alternatives):
'duk_heap_refcount.c',
'duk_heap_stringcache.c',
'duk_heap_stringtable.c',
'duk_heap_slotcache.c',
'duk_hnatfunc.h',
'duk_hobject_alloc.c',
'duk_hobject_class.c',
1 change: 1 addition & 0 deletions util/dist.py
Original file line number Diff line number Diff line change
@@ -372,6 +372,7 @@ def main():
'duk_heap_refcount.c',
'duk_heap_stringcache.c',
'duk_heap_stringtable.c',
'duk_heap_slotcache.c',
'duk_hnatfunc.h',
'duk_hobject_alloc.c',
'duk_hobject_class.c',

0 comments on commit e01ebe4

Please sign in to comment.