Skip to content

Commit

Permalink
Add Windows only rstrtmgr.lib and bcrypt.lib
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Mar 21, 2024
1 parent 0901e08 commit 3d1ea37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,9 @@
{
"defines": [
"DUCKDB_BUILD_LIBRARY"
],
"libraries": [
"rstrtmgr.lib", "bcrypt.lib"
]
}
]
Expand All @@ -411,4 +414,4 @@
]
}
]
}
}

0 comments on commit 3d1ea37

Please sign in to comment.