cc works on Linux

This commit is contained in:
dancoffman 2022-11-07 11:45:36 -08:00
parent f3069d1ec9
commit 5337f8d226
No known key found for this signature in database
GPG Key ID: 47B1F53E36A9B3CC
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
],
"outputs": ["<(module_root_dir)/c_kzg_4844.o"],
"action": [
"clang",
"cc",
"-I<(module_root_dir)/dist/deps/blst/bindings",
"-O2",
"-c",

View File

@ -1,6 +1,6 @@
{
"name": "c-kzg",
"version": "0.0.6",
"version": "0.0.7",
"description": "NodeJS bindings for C-KZG",
"author": "Dan Coffman",
"license": "MIT",