Skip to content

Commit

Permalink
Add slotcache to dist/configure
Browse files Browse the repository at this point in the history
  • Loading branch information
svaarala committed Jan 15, 2017
1 parent adbbeb1 commit 254d18c
Show file tree
Hide file tree
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
Expand Up @@ -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',
Expand Down
1 change: 1 addition & 0 deletions util/dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 254d18c

Please sign in to comment.