Skip to content

Commit e1dd050

Browse files
committed
[CMake] iOS simulator should still build 32-bit by default. (#10510)
Accidentally deleted and never noticed because all of the package builds configure this explicitly.
1 parent 34d69b0 commit e1dd050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/DarwinSDKs.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ is_sdk_requested(IOS_SIMULATOR swift_build_ios_simulator)
2525
if(swift_build_ios_simulator)
2626
configure_sdk_darwin(
2727
IOS_SIMULATOR "iOS Simulator" "${SWIFT_DARWIN_DEPLOYMENT_VERSION_IOS}"
28-
iphonesimulator ios-simulator ios "x86_64")
28+
iphonesimulator ios-simulator ios "i386;x86_64")
2929
configure_target_variant(
3030
IOS_SIMULATOR-DA "iOS Debug+Asserts" IOS_SIMULATOR DA "Debug+Asserts")
3131
configure_target_variant(

0 commit comments

Comments
 (0)