Mateu
05/05/2025, 3:17 PM.konan/dependencies/llvm-16.0.0-x86_64-linux-essentials-80/bin/ld.lld command returned non-zero exit code: 1.
output:
ld.lld: error: unable to find library -lsqlite3
FAILURE: Build failed with an exception.
Should something be configured?
In iOS projects I add the linkerOpts.add("-lsqlite3"), but don't know how to do this in a linux native project.
Thankskevin.cianfarini
05/05/2025, 3:22 PMMateu
05/05/2025, 3:34 PMsudo apt-get install libsqlite3-dev
Mateu
05/17/2025, 7:20 AM