tursodatabase / libsql

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

Fix cross build #1453

Closed penberg closed 5 months ago

penberg commented 5 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.