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 {
896
896
) throws -> [ SwiftSDK ] {
897
897
let wasmKitProperties = Toolset . ToolProperties (
898
898
path: hostToolchainBinDir. appending ( " wasmkit " ) ,
899
- extraCLIOptions: [ " run " ]
899
+ extraCLIOptions: [ " run " , " --dir " , " . " ]
900
900
)
901
901
902
902
switch semanticVersion. schemaVersion {
Original file line number Diff line number Diff line change @@ -578,7 +578,7 @@ final class SwiftSDKTests: XCTestCase {
578
578
579
579
let wasmKitProperties = Toolset . ToolProperties (
580
580
path: toolchainBinAbsolutePath. appending ( " wasmkit " ) ,
581
- extraCLIOptions: [ " run " ]
581
+ extraCLIOptions: [ " run " , " --dir " , " . " ]
582
582
)
583
583
XCTAssertEqual ( wasiWithoutToolsetsDecoded [ 0 ] . toolset. knownTools [ . debugger] , wasmKitProperties)
584
584
You can’t perform that action at this time.
0 commit comments