We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a00a3 commit e457cc3Copy full SHA for e457cc3
misc/ios/clangwrap.sh
@@ -17,4 +17,4 @@ else
17
exit 1
18
fi
19
20
-exec $CLANG -arch $CLANGARCH -isysroot $SDK_PATH -mios-version-min=6.0 "$@"
+exec $CLANG -arch $CLANGARCH -isysroot $SDK_PATH -mios-version-min=10.0 "$@"
0 commit comments