aboutsummaryrefslogtreecommitdiffstats
path: root/changelogs/changes-1.17.1.md
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2020-10-25 15:06:42 +0100
committerIvan Komissarov <ABBAPOH@gmail.com>2020-10-26 11:09:15 +0000
commit6668da028ba9a3854a2190191a899efc6bccb2f8 (patch)
tree8d9ebac5144290c5dcd57fcf7c00fa586042ed50 /changelogs/changes-1.17.1.md
parent120b460a8498526280f316089deeacc8d4d74cb6 (diff)
Xcode: fix compilation for ios-simulator with Xcode 12v1.17.11.17
The triplet -target x86_64-apple-ios-macho is no longer valid, it should be -target x86_64-apple-ios8.0-macho Change-Id: Ib7ce96100e1751625784db7385b44c53a2747e07 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'changelogs/changes-1.17.1.md')
-rw-r--r--changelogs/changes-1.17.1.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/changelogs/changes-1.17.1.md b/changelogs/changes-1.17.1.md
index 1f14fcd41..ef5a39f83 100644
--- a/changelogs/changes-1.17.1.md
+++ b/changelogs/changes-1.17.1.md
@@ -2,8 +2,9 @@
* Android: Fix support for Qt 5.15 (QBS-1580).
* Android: Allow exporting of Qt modules in Export items (QBS-1576)
-
+* Darwin: Fix ios-simulator builds with XCode 12
# Contributors
* Raphaƫl Cotty
+* Ivan Komissarov