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 31, 2017
1 parent c2218df commit 9fddfde
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 @@ -460,6 +460,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_henv.h',
'duk_hnatfunc.h',
'duk_hobject_alloc.c',
Expand Down

0 comments on commit 9fddfde

Please sign in to comment.