Browse Source

Add propcache files to dist/configure

pull/1214/head
Sami Vaarala 8 years ago
parent
commit
2ea67b7179
  1. 1
      tools/configure.py
  2. 1
      util/dist.py

1
tools/configure.py

@ -462,6 +462,7 @@ def main():
'duk_heap_markandsweep.c',
'duk_heap_memory.c',
'duk_heap_misc.c',
'duk_heap_propcache.c',
'duk_heap_refcount.c',
'duk_heap_stringcache.c',
'duk_heap_stringtable.c',

1
util/dist.py

@ -370,6 +370,7 @@ def main():
'duk_heap_markandsweep.c',
'duk_heap_memory.c',
'duk_heap_misc.c',
'duk_heap_propcache.c',
'duk_heap_refcount.c',
'duk_heap_stringcache.c',
'duk_heap_stringtable.c',

Loading…
Cancel
Save