toolchain: fix iphonesim detection. Closes #116
This commit is contained in:
parent
3a2935f106
commit
b2a922f453
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ class Context(object):
|
||||||
|
|
||||||
# get the latest iphonesimulator version
|
# get the latest iphonesimulator version
|
||||||
iphonesim = [x for x in sdks if "iphonesimulator" in x]
|
iphonesim = [x for x in sdks if "iphonesimulator" in x]
|
||||||
if not iphoneos:
|
if not iphonesim:
|
||||||
ok = False
|
ok = False
|
||||||
print("Error: No iphonesimulator SDK installed")
|
print("Error: No iphonesimulator SDK installed")
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue