Skip to content

Commit

Permalink
forgot binding
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannes Mühleisen committed Apr 17, 2024
1 parent 89d7809 commit 1767e9c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 18 deletions.
40 changes: 22 additions & 18 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@
"src/duckdb/src/verification/statement_verifier.cpp",
"src/duckdb/src/verification/unoptimized_statement_verifier.cpp",
"src/duckdb/third_party/fmt/format.cc",
"src/duckdb/third_party/fsst/fsst_avx512.cpp",
"src/duckdb/third_party/fsst/libfsst.cpp",
"src/duckdb/third_party/miniz/miniz.cpp",
"src/duckdb/third_party/re2/re2/bitmap256.cc",
"src/duckdb/third_party/re2/re2/bitstate.cc",
"src/duckdb/third_party/re2/re2/compile.cc",
"src/duckdb/third_party/re2/re2/dfa.cc",
Expand Down Expand Up @@ -271,6 +271,7 @@
"src/duckdb/third_party/zstd/compress/zstd_lazy.cpp",
"src/duckdb/third_party/zstd/compress/zstd_ldm.cpp",
"src/duckdb/third_party/zstd/compress/zstd_opt.cpp",
"src/duckdb/third_party/lz4/lz4.cpp",
"src/duckdb/extension/icu/./icu-table-range.cpp",
"src/duckdb/extension/icu/./icu-makedate.cpp",
"src/duckdb/extension/icu/./icu-list-range.cpp",
Expand Down Expand Up @@ -301,30 +302,32 @@
"include_dirs": [
"<!(node -p \"require('node-addon-api').include_dir\")",
"src/duckdb/src/include",
"src/duckdb/third_party/concurrentqueue",
"src/duckdb/third_party/fast_float",
"src/duckdb/third_party/fastpforlib",
"src/duckdb/third_party/fmt/include",
"src/duckdb/third_party/fsst",
"src/duckdb/third_party/re2",
"src/duckdb/third_party/miniz",
"src/duckdb/third_party/utf8proc/include",
"src/duckdb/third_party/utf8proc",
"src/duckdb/third_party/httplib",
"src/duckdb/third_party/hyperloglog",
"src/duckdb/third_party/skiplist",
"src/duckdb/third_party/fastpforlib",
"src/duckdb/third_party/tdigest",
"src/duckdb/third_party/libpg_query/include",
"src/duckdb/third_party/jaro_winkler",
"src/duckdb/third_party/jaro_winkler/details",
"src/duckdb/third_party/libpg_query",
"src/duckdb/third_party/concurrentqueue",
"src/duckdb/third_party/pcg",
"src/duckdb/third_party/httplib",
"src/duckdb/third_party/fast_float",
"src/duckdb/third_party/libpg_query/include",
"src/duckdb/third_party/lz4",
"src/duckdb/third_party/mbedtls",
"src/duckdb/third_party/mbedtls/include",
"src/duckdb/third_party/mbedtls/library",
"src/duckdb/third_party/jaro_winkler",
"src/duckdb/third_party/jaro_winkler/details",
"src/duckdb/third_party/miniz",
"src/duckdb/third_party/pcg",
"src/duckdb/third_party/re2",
"src/duckdb/third_party/skiplist",
"src/duckdb/third_party/tdigest",
"src/duckdb/third_party/utf8proc",
"src/duckdb/third_party/utf8proc/include",
"src/duckdb/extension/parquet/include",
"src/duckdb/third_party/parquet",
"src/duckdb/third_party/thrift",
"src/duckdb/third_party/lz4",
"src/duckdb/third_party/snappy",
"src/duckdb/third_party/zstd/include",
"src/duckdb/third_party/mbedtls",
Expand Down Expand Up @@ -389,9 +392,10 @@
{
"defines": [
"DUCKDB_BUILD_LIBRARY"
],
],
"libraries": [
"rstrtmgr.lib", "bcrypt.lib"
"rstrtmgr.lib",
"bcrypt.lib"
]
}
]
Expand All @@ -414,4 +418,4 @@
]
}
]
}
}
3 changes: 3 additions & 0 deletions binding.gyp.in
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
{
"defines": [
"DUCKDB_BUILD_LIBRARY"
],
"libraries": [
"rstrtmgr.lib", "bcrypt.lib"
]
}
]
Expand Down

0 comments on commit 1767e9c

Please sign in to comment.