mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Repairing android-x86 toolchain
Error was: 'i686-linux-android-g++: error: /arch-x86/usr/lib/crtend_so.o: No such file or directory'
This commit is contained in:
@@ -800,7 +800,7 @@ function toolchain(_buildDir, _libDir)
|
||||
linkoptions {
|
||||
"--sysroot=" .. path.join("$(ANDROID_NDK_ROOT)/platforms", androidPlatform, "arch-x86"),
|
||||
path.join("$(ANDROID_NDK_ROOT)/platforms", androidPlatform, "arch-x86/usr/lib/crtbegin_so.o"),
|
||||
path.join("$(ANDROID_NDK_ROOT)/platforms", androidPlatform, "/arch-x86/usr/lib/crtend_so.o"),
|
||||
path.join("$(ANDROID_NDK_ROOT)/platforms", androidPlatform, "arch-x86/usr/lib/crtend_so.o"),
|
||||
}
|
||||
|
||||
configuration { "asmjs" }
|
||||
|
||||
Reference in New Issue
Block a user