Do not set a specific compiler for ios
This commit is contained in:
parent
79bb23504b
commit
c4295b1644
|
@ -71,11 +71,6 @@ class iOSPlatformInfo(PlatformInfo):
|
|||
def configure_option(self):
|
||||
return '--host={}'.format(self.arch_full)
|
||||
|
||||
def set_compiler(self, env):
|
||||
for k,v in self.binaries.items():
|
||||
env[k] = v
|
||||
|
||||
|
||||
class iOSArmv7(iOSPlatformInfo):
|
||||
name = 'iOS_armv7'
|
||||
arch = cpu = 'armv7'
|
||||
|
|
Loading…
Reference in New Issue