Also add new env variable to bindings.dist.gyp

This commit is contained in:
Ramana Kumar 2022-12-03 08:14:33 +00:00
parent f747834382
commit 4a9a72bfbe
No known key found for this signature in database
GPG Key ID: ED471C788B900433

View File

@ -8,7 +8,8 @@
"CLANG_CXX_LIBRARY": "libc++",
"MACOSX_DEPLOYMENT_TARGET": "13.0"
},
"defines": ["NAPI_DISABLE_CPP_EXCEPTIONS"],
"defines": ["NAPI_DISABLE_CPP_EXCEPTIONS",
"FIELD_ELEMENTS_PER_BLOB=<!(echo ${FIELD_ELEMENTS_PER_BLOB:-4096})"],
"sources": ["kzg.cxx"],
"include_dirs": [
"<(module_root_dir)/dist/deps/blst/bindings",