You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to build for windows I get the following error:
/usr/local/go/pkg/tool/linux_amd64/link: running x86_64-w64-mingw32-gcc failed: exit status 1
/usr/bin/x86_64-w64-mingw32-ld: cannot find -lsql_experimental: No such file or directory
collect2: error: ld returned 1 exit status
I've tried the steps in the readme and some other different ways to force it to build but no luck so far
The text was updated successfully, but these errors were encountered:
Might be the same problem as #30
I'm writting a program using
raylib-go
andgo-libsql
, currently working on linux.Current build command I'm trying on Linux:
CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc GOOS=windows GOARCH=amd64 go build -o SLASI.exe -ldflags "-s -w"
When trying to build for windows I get the following error:
I've tried the steps in the readme and some other different ways to force it to build but no luck so far
The text was updated successfully, but these errors were encountered: