mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-01-14 04:04:32 +00:00
Force use of portable blst in nodejs bindings (#339)
This commit is contained in:
parent
d874c06b42
commit
3ce8f86341
@ -12,7 +12,10 @@
|
||||
"<(module_root_dir)/deps/c-kzg",
|
||||
"<!@(node -p \"require('node-addon-api').include\")"
|
||||
],
|
||||
"defines": ["NAPI_DISABLE_CPP_EXCEPTIONS"],
|
||||
"defines": [
|
||||
"__BLST_PORTABLE__",
|
||||
"NAPI_DISABLE_CPP_EXCEPTIONS"
|
||||
],
|
||||
"conditions": [
|
||||
["OS!='win'", {
|
||||
"sources": ["deps/blst/build/assembly.S"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user