Replies: 1 comment 1 reply
-
Note also the use of |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I can't cross-compile a project using
sqlx
andsqlx-macros
with thesqlite-unbundled
feature.Error log
I think what's happening there is that Rust is only getting a Windows sqlite library, and it's trying to link that to sqlx-macros, which is executed on Linux.
I have no idea how this works for the bundled sqlite...
Reproduction
Modified Windows cross-compilation example for sqlx:
Beta Was this translation helpful? Give feedback.
All reactions