mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-27 21:39:34 +00:00
Do not set a specific compiler for ios
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user