Revert conditions
This commit is contained in:
parent
5bf776f52a
commit
afab8d9ea2
|
@ -4,31 +4,11 @@
|
|||
"target_name": "kzg",
|
||||
"cflags!": ["-fno-exceptions"],
|
||||
"cflags_cc!": ["-fno-exceptions"],
|
||||
"conditions": [
|
||||
[
|
||||
"OS=='win'",
|
||||
{
|
||||
"defines": ["_HAS_EXCEPTIONS=1"],
|
||||
"msvs_settings": {
|
||||
"VCCLCompilerTool": {
|
||||
"ExceptionHandling": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
[
|
||||
"OS=='mac'",
|
||||
{
|
||||
"cflags+": ["-fvisibility=hidden"],
|
||||
"xcode_settings": {
|
||||
"GCC_ENABLE_CPP_EXCEPTIONS": "YES",
|
||||
"CLANG_CXX_LIBRARY": "libc++",
|
||||
"MACOSX_DEPLOYMENT_TARGET": "10.7",
|
||||
"GCC_SYMBOLS_PRIVATE_EXTERN": "YES"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"MACOSX_DEPLOYMENT_TARGET": "13.0"
|
||||
},
|
||||
"sources": ["kzg.cxx"],
|
||||
"include_dirs": [
|
||||
"<(module_root_dir)/dist/deps/blst/bindings",
|
||||
|
|
|
@ -4,31 +4,11 @@
|
|||
"target_name": "kzg",
|
||||
"cflags!": ["-fno-exceptions"],
|
||||
"cflags_cc!": ["-fno-exceptions"],
|
||||
"conditions": [
|
||||
[
|
||||
"OS=='win'",
|
||||
{
|
||||
"defines": ["_HAS_EXCEPTIONS=1"],
|
||||
"msvs_settings": {
|
||||
"VCCLCompilerTool": {
|
||||
"ExceptionHandling": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
[
|
||||
"OS=='mac'",
|
||||
{
|
||||
"cflags+": ["-fvisibility=hidden"],
|
||||
"xcode_settings": {
|
||||
"GCC_ENABLE_CPP_EXCEPTIONS": "YES",
|
||||
"CLANG_CXX_LIBRARY": "libc++",
|
||||
"MACOSX_DEPLOYMENT_TARGET": "10.7",
|
||||
"GCC_SYMBOLS_PRIVATE_EXTERN": "YES"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"MACOSX_DEPLOYMENT_TARGET": "13.0"
|
||||
},
|
||||
"sources": ["kzg.cxx"],
|
||||
"include_dirs": [
|
||||
"../../inc",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "c-kzg",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "NodeJS bindings for C-KZG",
|
||||
"author": "Dan Coffman",
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Reference in New Issue