Skip to content

Commit 314742e

Browse files
authored
Merge pull request #22003 from compnerd/flagged
2 parents 837385c + 7402221 commit 314742e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cmake/modules/AddSwift.cmake

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1849,12 +1849,6 @@ function(add_swift_target_library name)
18491849
set(swiftlib_swift_compile_private_frameworks_flag "-Fsystem" "${SWIFT_SDK_${sdk}_ARCH_${arch}_PATH}/System/Library/PrivateFrameworks/")
18501850
endif()
18511851

1852-
if("${sdk}" STREQUAL WINDOWS)
1853-
if(arch STREQUAL x86_64)
1854-
set(swiftlib_swift_compile_flags_arch -Xcc -D_AMD64_)
1855-
endif()
1856-
endif()
1857-
18581852
# Add this library variant.
18591853
_add_swift_library_single(
18601854
${VARIANT_NAME}

0 commit comments

Comments
 (0)