Skip to content

Commit 7aa4a8d

Browse files
committed
Revert "Merge pull request #66793 from kateinoigakukun/pr-a75d757a3dcce5b990423cf1ab73ba4cd2f95b10"
This reverts commit c9d20c4, reversing changes made to ca0061d.
1 parent 282a9a7 commit 7aa4a8d

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

stdlib/public/Resources/wasi/static-executable-args.lnk

Lines changed: 0 additions & 11 deletions
This file was deleted.

stdlib/public/runtime/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ if(SWIFT_BUILD_STATIC_STDLIB)
106106
set(static_binary_lnk_file_list)
107107

108108
foreach(sdk ${SWIFT_SDKS})
109-
if(NOT "${sdk}" STREQUAL "LINUX" AND NOT "${sdk}" STREQUAL "WASI")
109+
if(NOT "${sdk}" STREQUAL "LINUX")
110110
continue()
111111
endif()
112112

0 commit comments

Comments
 (0)