Do not set a specific compiler for ios

This commit is contained in:
Matthieu Gautier 2020-02-19 15:19:41 +01:00
parent 79bb23504b
commit c4295b1644
1 changed files with 0 additions and 5 deletions

View File

@ -71,11 +71,6 @@ class iOSPlatformInfo(PlatformInfo):
def configure_option(self): def configure_option(self):
return '--host={}'.format(self.arch_full) return '--host={}'.format(self.arch_full)
def set_compiler(self, env):
for k,v in self.binaries.items():
env[k] = v
class iOSArmv7(iOSPlatformInfo): class iOSArmv7(iOSPlatformInfo):
name = 'iOS_armv7' name = 'iOS_armv7'
arch = cpu = 'armv7' arch = cpu = 'armv7'