Commit dc8cb70
fix: use relative sqlite3.h in CSQLite module.modulemap for Android cross-compilation
The absolute path '/usr/include/sqlite3.h' does not exist in the Android
NDK sysroot used by the aarch64-unknown-linux-android24 Swift SDK. Using
a relative 'sqlite3.h' lets the compiler find it through the sysroot
include paths automatically during cross-compilation, while still working
on Linux native builds via pkg-config include flags.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 32aafcd commit dc8cb70
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
0 commit comments