marcboeker / go-duckdb

go-duckdb provides a database/sql driver for the DuckDB database engine.
MIT License
679 stars 103 forks source link

libduckdb.a, building for macOS-x86_64 but attempting to link with file built for macOS-arm64 #218

Closed nervmor closed 4 months ago

nervmor commented 4 months ago

Platform: MACOS x86_64
The deps/darwin_amd64/libduckdb.a may be not a amd64 arch lib?

marcboeker commented 4 months ago

Please upgrade to the latest version. It should be fixed there.

nervmor commented 4 months ago

ok, thanks