File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ using a [snapshot](https://swift.org/download/#releases) from swift.org.
66
66
### Example:
67
67
```sh
68
68
$ cd /tmp && mkdir hello && cd hello
69
- $ /path/to/swiftpm/.build/debug/swift-package init
70
- $ /path/to/swiftpm/.build/debug/swift-build
69
+ $ /path/to/swiftpm/.build/x86_64-apple-macosx10.10/ debug/swift-package init
70
+ $ /path/to/swiftpm/.build/x86_64-apple-macosx10.10/ debug/swift-build
71
71
```
72
72
73
73
@@ -89,10 +89,10 @@ bootstrap script first.
89
89
$ cd swiftpm
90
90
91
91
# Rebuild just the sources.
92
- $ .build/debug/swift-build
92
+ $ .build/x86_64-apple-macosx10.10/ debug/swift-build
93
93
94
94
# Run a single test.
95
- $ .build/debug/swift-test --filter BasicTests.GraphAlgorithmsTests/testCycleDetection
95
+ $ .build/x86_64-apple-macosx10.10/ debug/swift-test --filter BasicTests.GraphAlgorithmsTests/testCycleDetection
96
96
```
97
97
98
98
Note: If you make any changes to ` PackageDescription ` or ` PackageDescription4 `
You can’t perform that action at this time.
0 commit comments