Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit d793b0e

Browse files
committed
[iOS 10.2 support] Updated Makefile
1 parent 3e1afe1 commit d793b0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ EMMAKE ?= emmake
2525

2626
# Some magic to control which versions of iOS we try to build. N.b. you may
2727
# also need to modify the buildbot configuration
28-
IPHONEOS_VERSIONS ?= 9.2 10.1
29-
IPHONESIMULATOR_VERSIONS ?= 6.1 7.1 8.2 9.2 10.1
28+
IPHONEOS_VERSIONS ?= 9.2 10.2
29+
IPHONESIMULATOR_VERSIONS ?= 6.1 7.1 8.2 9.2 10.2
3030

3131
IOS_SDKS ?= \
3232
$(addprefix iphoneos,$(IPHONEOS_VERSIONS)) \

0 commit comments

Comments
 (0)