Skip to content

Commit 77c273f

Browse files
committed
Fix WASI dep
1 parent bbb916c commit 77c273f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/swift-plugin-server/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ if (SWIFT_BUILD_SWIFT_SYNTAX)
1616
SWIFT_DEPENDENCIES
1717
SwiftCompilerPluginMessageHandling
1818
SwiftLibraryPluginProvider
19-
SystemPackage
20-
${wasi_dep}
19+
WasmKitWASI
2120
)
2221
endif()

0 commit comments

Comments
 (0)