Skip to content

Commit 470cea8

Browse files
committed
Only build arm64 for tvOS
armv7 will not be supported externally and have no internal adopters that currently need to build for older devices. rdar://problem/20303504 Swift SVN r27178
1 parent d1698ba commit 470cea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "Darwin")
402402

403403
is_sdk_requested(TVOS swift_build_tvos)
404404
if(swift_build_tvos AND ${swift_can_crosscompile_stdlib})
405-
configure_sdk_darwin(TVOS "tvOS" "9.0" appletvos tvos tvos "armv7;arm64" TRUE)
405+
configure_sdk_darwin(TVOS "tvOS" "9.0" appletvos tvos tvos "arm64" TRUE)
406406
configure_target_variant(TVOS-DA "tvOS Debug+Asserts" TVOS DA "Debug+Asserts")
407407
configure_target_variant(TVOS-RA "tvOS Release+Asserts" TVOS RA "Release+Asserts")
408408
configure_target_variant(TVOS-R "tvOS Release" TVOS R "Release")

0 commit comments

Comments
 (0)