mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-27 19:33:00 +02:00
Update bundled duktape JS interpreter
This commit is contained in:
parent
ce61bd26c4
commit
444c01ed30
4 changed files with 27694 additions and 11505 deletions
|
|
@ -75,7 +75,7 @@ def preflight(self, obj_dir, compiler, linker, builder, cflags, ldflags):
|
|||
|
||||
Extension('dukpy',
|
||||
['duktape/%s.c' % x for x in 'errors context conversions proxy module duktape/duktape'.split()],
|
||||
headers=['duktape/dukpy.h', 'duktape/duktape/duktape.h'],
|
||||
headers=['duktape/dukpy.h', 'duktape/duktape/duk_config.h', 'duktape/duktape/duktape.h'],
|
||||
optimize_level=2,
|
||||
),
|
||||
|
||||
|
|
|
|||
3643
src/duktape/duktape/duk_config.h
Normal file
3643
src/duktape/duktape/duk_config.h
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue