recent change dropped some characters which broke iOS build (which is
not tested by Jenkins), restoring them here.
Change-Id: Ic44e6239f11094ccebf9eb891805d28bf02aeee7
Signed-off-by: Mats Wichmann <mats@linux.com>
if target_arch in ['i386', 'x86_64']:
sys_root += tmpl % ('iPhoneSimulator', 'iPhoneSimulator', sys_version)
else:
- sys_root += tmpl % ('iPhone', 'iPhone', sys_version)
+ sys_root += tmpl % ('iPhoneOS', 'iPhoneOS', sys_version)
if not os.path.exists(sys_root):
msg = "\nError: SDK directory not found at %s\n" % sys_root
Exit(msg)