Skip to content

Commit

Permalink
fix windows!
Browse files Browse the repository at this point in the history
  • Loading branch information
jraymakers committed Jul 1, 2024
1 parent f9624f9 commit 62c5ab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alt/bindings/binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@
['OS=="win"', {
'link_settings': {
'libraries': [
'<(module_root_dir)/libduckdb/libduckdb.lib',
'<(module_root_dir)/libduckdb/duckdb.lib',
],
},
'copies': [
{
'files': ['<(module_root_dir)/libduckdb/libduckdb.dll'],
'files': ['<(module_root_dir)/libduckdb/duckdb.dll'],
'destination': '<(module_root_dir)/package/lib',
},
],
Expand Down

0 comments on commit 62c5ab1

Please sign in to comment.