File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Sources/PackageModel/SwiftSDKs Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -896,7 +896,7 @@ extension SwiftSDK {
896896 ) throws -> [ SwiftSDK ] {
897897 let wasmKitProperties = Toolset . ToolProperties (
898898 path: hostToolchainBinDir. appending ( " wasmkit " ) ,
899- extraCLIOptions: [ " run " ]
899+ extraCLIOptions: [ " run " , " --dir " , " . " ]
900900 )
901901
902902 switch semanticVersion. schemaVersion {
Original file line number Diff line number Diff line change @@ -578,7 +578,7 @@ final class SwiftSDKTests: XCTestCase {
578578
579579 let wasmKitProperties = Toolset . ToolProperties (
580580 path: toolchainBinAbsolutePath. appending ( " wasmkit " ) ,
581- extraCLIOptions: [ " run " ]
581+ extraCLIOptions: [ " run " , " --dir " , " . " ]
582582 )
583583 XCTAssertEqual ( wasiWithoutToolsetsDecoded [ 0 ] . toolset. knownTools [ . debugger] , wasmKitProperties)
584584
You can’t perform that action at this time.
0 commit comments