Skip to content

Commit 254d18c

Browse files
committed
Add slotcache to dist/configure
1 parent adbbeb1 commit 254d18c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tools/configure.py

+1
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ def default_from_script_path(optname, orig, alternatives):
456456
'duk_heap_refcount.c',
457457
'duk_heap_stringcache.c',
458458
'duk_heap_stringtable.c',
459+
'duk_heap_slotcache.c',
459460
'duk_hnatfunc.h',
460461
'duk_hobject_alloc.c',
461462
'duk_hobject_class.c',

util/dist.py

+1
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@ def main():
372372
'duk_heap_refcount.c',
373373
'duk_heap_stringcache.c',
374374
'duk_heap_stringtable.c',
375+
'duk_heap_slotcache.c',
375376
'duk_hnatfunc.h',
376377
'duk_hobject_alloc.c',
377378
'duk_hobject_class.c',

0 commit comments

Comments
 (0)