Skip to content

Commit ad7c20a

Browse files
committed
Fix flag syntax
1 parent 350495e commit ad7c20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ for the format. For example:
114114
# Building on Linux
115115
build --config=linux
116116
# Using statically linked liblldb.so
117-
build ----@llvm_project//:llvm_build=static
117+
build --@llvm_project//:llvm_build=static
118118
```
119119

120120
## Disclamer

0 commit comments

Comments
 (0)