x2bool / xlite

Query Excel spredsheets (.xlsx, .xls, .ods) using SQLite
MIT License
1.24k stars 47 forks source link

Unable to generate libxlite after compile #1

Closed santrox closed 2 years ago

santrox commented 2 years ago

I am trying to compile and generate the dll on windows. This seems to be generating a different dll file.

image

image

x2bool commented 2 years ago

Hi!

I think this is expected. cargo build will produce xlite.dll on Windows.

x2bool commented 2 years ago

I reflected this info in README.md. Thanks for reporting.