Commit be3007a
committed
fix: android-x86 target not compiling
The android-x86 target is special in that it statically links to clang_rt.builtins. The path
to these libraries were wrong, pointing to a non-exising directory in the android NDK. We fix
it by starting from the `resource-dir` instead and navigate from there instead of `runtime-dir`
which doesn't always point the right place on all platforms.1 parent 8cbbb33 commit be3007a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
349 | | - | |
| 349 | + | |
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
| |||
0 commit comments