Skip to content

Commit

Permalink
libduckdb --> duckdb
Browse files Browse the repository at this point in the history
  • Loading branch information
ayman-albaz committed Nov 17, 2022
1 parent 988f4e9 commit 1a8df13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/duckdb/duckdb_wrapper.nim
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ else:
const duckdbUrl = "https://github.com/duckdb/duckdb/releases/download/v0.5.1/libduckdb-osx-universal.zip"
const duckdbLib = "libduckdb.dylib"
when defined(Windows):
const duckdbLib = "libduckdb.dll"
const duckdbLib = "duckdb.dll"
when defined(cpu64):
const duckdbUrl = "https://github.com/duckdb/duckdb/releases/download/v0.5.1/libduckdb-windows-amd64.zip"
when defined(cpu32):
Expand Down

0 comments on commit 1a8df13

Please sign in to comment.