Skip to content

Commit 7f9ecbb

Browse files
committed
Fix relative path assertion failure
This isn't a full fix (we should handle this more gracefully in general), but at least the default value will work now.
1 parent 76d7a2c commit 7f9ecbb

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)