Skip to content

Commit 5873380

Browse files
authored
Merge pull request swiftlang#77 from benlangmuir/unbreak-default-build-dir
Fix relative path assertion failure
2 parents 76d7a2c + 7f9ecbb commit 5873380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SKCore/BuildSetup.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public struct BuildSetup {
1919

2020
/// Default configuration
2121
public static let `default` = BuildSetup(configuration: .debug,
22-
path: "./.build",
22+
path: ".build",
2323
flags: BuildFlags())
2424

2525
/// Build configuration

0 commit comments

Comments
 (0)