|
|
@@ -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" }
|