touchlab / SQLiter

Minimal multiplatform sqlite library
https://touchlab.co
177 stars 35 forks source link

Fix windows and linux builds #114

Open kpgalligan opened 12 months ago

kpgalligan commented 12 months ago

Linking for Windows and Linux not working in GitHub Actions.

hbmartin commented 12 months ago

I just tried with Ubuntu 20.04 and 22.04 and both seemed to work https://github.com/hbmartin/SQLiter/actions/workflows/build.yml

Odd since I noticed you already tried this 🤔

hbmartin commented 12 months ago

I tried a bunch of things to resolve this at the link above without success. Out of ideas for now. But... came across another lib https://github.com/ctripcorp/SQLlin (that appears to be a derivative of this one!) with a very similar setup (including 1.9.20) that has no problem with the linker: https://github.com/hbmartin/SQLlin/actions/runs/6778699164/job/18424592683

kpgalligan commented 12 months ago

Yeah, I saw that recently. Apparently, I let a PR sit for quite a while (sorry :) ). Will take a look.