[DEBUG] compilation error for android
This commit is contained in:
parent
bb36f26b0b
commit
2985efea70
@ -4,6 +4,7 @@ import lutinDebug as debug
|
||||
import lutinTarget
|
||||
import lutinTools
|
||||
import lutinHost
|
||||
import lutinImage
|
||||
import lutinMultiprocess
|
||||
import os
|
||||
import sys
|
||||
@ -30,7 +31,7 @@ class Target(lutinTarget.Target):
|
||||
if self.folder_sdk == "AUTO":
|
||||
self.folder_sdk = lutinTools.get_run_folder() + "/../android/sdk"
|
||||
|
||||
arch = "ARMv7"
|
||||
arch = ""#"ARMv7"
|
||||
tmpOsVal = "64"
|
||||
gccVersion = "4.8"
|
||||
if lutinHost.OS64BITS==True:
|
||||
@ -50,7 +51,7 @@ class Target(lutinTarget.Target):
|
||||
debug.info("Gcc x86 pah does not exist !!!")
|
||||
|
||||
lutinTarget.Target.__init__(self, "Android", typeCompilator, debugMode, generatePackage, arch, cross, sumulator)
|
||||
|
||||
arch = "ARMv7"
|
||||
# for gcc :
|
||||
|
||||
# for clang :
|
||||
|
Loading…
x
Reference in New Issue
Block a user