mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
On android, sysroot includes must be after llvm includes. (#194)
This commit is contained in:
committed by
Бранимир Караџић
parent
40e1c210bd
commit
b4f42e2a2f
@@ -815,8 +815,8 @@ function toolchain(_buildDir, _libDir)
|
||||
"NoImportLib",
|
||||
}
|
||||
includedirs {
|
||||
"${ANDROID_NDK_ROOT}/sysroot/usr/include",
|
||||
"$(ANDROID_NDK_ROOT)/sources/cxx-stl/llvm-libc++/include",
|
||||
"${ANDROID_NDK_ROOT}/sysroot/usr/include",
|
||||
"$(ANDROID_NDK_ROOT)/sources/android/native_app_glue",
|
||||
}
|
||||
linkoptions {
|
||||
|
||||
Reference in New Issue
Block a user