Skip to content

Commit a358701

Browse files
committed
[docs] Fix a typo in an invocation
1 parent d124b35 commit a358701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/DevelopmentTips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ By default, `build-script` will spawn as many parallel compile / link jobs as th
9797
For example, to have `build-script` spawn only one link job at a time, we can invoke it as:
9898

9999
```
100-
build-script --llvm-cmake-options==-DLLVM_PARALLEL_LINK_JOBS=1 --swift-cmake-options=-DSWIFT_PARALLEL_LINK_JOBS=1
100+
build-script --llvm-cmake-options=-DLLVM_PARALLEL_LINK_JOBS=1 --swift-cmake-options=-DSWIFT_PARALLEL_LINK_JOBS=1
101101
```
102102

103103
## Using ninja with Xcode

0 commit comments

Comments
 (0)