tursodatabase / libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
https://turso.tech/libsql
MIT License
9.55k stars 252 forks source link

Fix cross build #1453

Closed penberg closed 3 months ago

penberg commented 3 months ago

This pull request fixes cross builds in the libsql-js.git repository, caused by CMake picking up host compiler instead of the target compiler.