Explorar o código

Merge pull request #93 from Nodrev/bugfix-android-toolchain

Fixing android-x86 build
Branimir Karadžić %!s(int64=9) %!d(string=hai) anos
pai
achega
8d1e291984
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/toolchain.lua

+ 1 - 1
scripts/toolchain.lua

@@ -800,7 +800,7 @@ function toolchain(_buildDir, _libDir)
 		linkoptions {
 		linkoptions {
 			"--sysroot=" .. path.join("$(ANDROID_NDK_ROOT)/platforms", androidPlatform, "arch-x86"),
 			"--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/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" }
 	configuration { "asmjs" }