Skip to content

Commit

Permalink
Merge pull request #18 from neeboo/main
Browse files Browse the repository at this point in the history
added CONFIG_BIGNUM
  • Loading branch information
andycall authored Sep 29, 2022
2 parents b9aef64 + 2355b30 commit e41b8ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"target_name": "qjsc_20210327",
"sources": [
"src/qjsc_20210327.cc",
"deps/quickjs_2021_03_27/libbf.h",
"deps/quickjs_2021_03_27/libbf.c",
"deps/quickjs_2021_03_27/cutils.c",
"deps/quickjs_2021_03_27/cutils.h",
"deps/quickjs_2021_03_27/libregexp.c",
Expand All @@ -22,6 +24,7 @@
"<!(node -p \"require('node-addon-api').include_dir\")",
],
"defines": [
'CONFIG_BIGNUM',
'CONFIG_VERSION=\"2021-03-27\"'
],
'cflags!': [ '-fexceptions' ],
Expand Down
Binary file modified prebuilds/darwin-arm64/node.napi.node
Binary file not shown.

0 comments on commit e41b8ac

Please sign in to comment.