File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1292,19 +1292,19 @@ function common_cross_c_flags() {
1292
1292
echo -n " -arch ${arch} -target ${arch} -apple-macosx${SWIFT_DARWIN_DEPLOYMENT_VERSION_OSX} "
1293
1293
;;
1294
1294
iphonesimulator-* )
1295
- echo -n " -arch ${arch} -target ${arch} -apple-ios-simulator ${DARWIN_DEPLOYMENT_VERSION_IOS} "
1295
+ echo -n " -arch ${arch} -target ${arch} -apple-ios${DARWIN_DEPLOYMENT_VERSION_IOS} -simulator "
1296
1296
;;
1297
1297
iphoneos-* )
1298
- echo -n " -arch ${arch} -target ${arch} -apple-iphoneos ${DARWIN_DEPLOYMENT_VERSION_IOS} "
1298
+ echo -n " -arch ${arch} -target ${arch} -apple-ios ${DARWIN_DEPLOYMENT_VERSION_IOS} "
1299
1299
;;
1300
1300
appletvsimulator-* )
1301
- echo -n " -arch ${arch} -target ${arch} -apple-tvos-simulator ${DARWIN_DEPLOYMENT_VERSION_TVOS} "
1301
+ echo -n " -arch ${arch} -target ${arch} -apple-tvos${DARWIN_DEPLOYMENT_VERSION_TVOS} -simulator "
1302
1302
;;
1303
1303
appletvos-* )
1304
1304
echo -n " -arch ${arch} -target ${arch} -apple-tvos${DARWIN_DEPLOYMENT_VERSION_TVOS} "
1305
1305
;;
1306
1306
watchsimulator-* )
1307
- echo -n " -arch ${arch} -target ${arch} -apple-watchos-simulator ${DARWIN_DEPLOYMENT_VERSION_WATCHOS} "
1307
+ echo -n " -arch ${arch} -target ${arch} -apple-watchos${DARWIN_DEPLOYMENT_VERSION_WATCHOS} -simulator "
1308
1308
;;
1309
1309
watchos-* )
1310
1310
echo -n " -arch ${arch} -target ${arch} -apple-watchos${DARWIN_DEPLOYMENT_VERSION_WATCHOS} "
You can’t perform that action at this time.
0 commit comments