We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0e087 commit ef4858aCopy full SHA for ef4858a
1 file changed
Makefile
@@ -25,8 +25,8 @@ EMMAKE ?= emmake
25
26
# Some magic to control which versions of iOS we try to build. N.b. you may
27
# also need to modify the buildbot configuration
28
-IPHONEOS_VERSIONS ?= 9.2 10.2 11.0
29
-IPHONESIMULATOR_VERSIONS ?= 6.1 7.1 8.2 9.2 10.2 11.0
+IPHONEOS_VERSIONS ?= 9.2 10.2 11.1
+IPHONESIMULATOR_VERSIONS ?= 6.1 7.1 8.2 9.2 10.2 11.1
30
31
IOS_SDKS ?= \
32
$(addprefix iphoneos,$(IPHONEOS_VERSIONS)) \
0 commit comments