rocksdb-native 3.6.0 → 3.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CMakeLists.txt CHANGED
@@ -35,14 +35,6 @@ target_link_libraries(
35
35
  path
36
36
  )
37
37
 
38
- if(target MATCHES "linux" AND NOT TARGET c++)
39
- target_link_options(
40
- ${rocksdb_native_bare}
41
- PUBLIC
42
- -static-libstdc++
43
- )
44
- endif()
45
-
46
38
  add_napi_module(rocksdb_native_napi)
47
39
 
48
40
  target_sources(
@@ -62,14 +54,6 @@ target_link_libraries(
62
54
  path
63
55
  )
64
56
 
65
- if(target MATCHES "linux")
66
- target_link_options(
67
- ${rocksdb_native_napi}
68
- PUBLIC
69
- -static-libstdc++
70
- )
71
- endif()
72
-
73
57
  resolve_node_module(bare-compat-napi compat)
74
58
 
75
59
  target_include_directories(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rocksdb-native",
3
- "version": "3.6.0",
3
+ "version": "3.6.1",
4
4
  "description": "librocksdb bindings for JavaScript",
5
5
  "exports": {
6
6
  ".": "./index.js",