Skip to content

Commit e41b8ac

Browse files
authored
Merge pull request #18 from neeboo/main
added CONFIG_BIGNUM
2 parents b9aef64 + 2355b30 commit e41b8ac

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

binding.gyp

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"target_name": "qjsc_20210327",
55
"sources": [
66
"src/qjsc_20210327.cc",
7+
"deps/quickjs_2021_03_27/libbf.h",
8+
"deps/quickjs_2021_03_27/libbf.c",
79
"deps/quickjs_2021_03_27/cutils.c",
810
"deps/quickjs_2021_03_27/cutils.h",
911
"deps/quickjs_2021_03_27/libregexp.c",
@@ -22,6 +24,7 @@
2224
"<!(node -p \"require('node-addon-api').include_dir\")",
2325
],
2426
"defines": [
27+
'CONFIG_BIGNUM',
2528
'CONFIG_VERSION=\"2021-03-27\"'
2629
],
2730
'cflags!': [ '-fexceptions' ],

prebuilds/darwin-arm64/node.napi.node

113 KB
Binary file not shown.

0 commit comments

Comments
 (0)