On android, sysroot includes must be after llvm includes. (#194)

This commit is contained in:
Jean-François Verdon
2018-11-18 18:39:10 +01:00
committed by Бранимир Караџић
parent 40e1c210bd
commit b4f42e2a2f

View File

@@ -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 {