Skip to content

Commit ddc834a

Browse files
ferdymercuryguitargeek
authored andcommitted
[nfc] Fix a missing period in build instructions.
By thomwiggers See root-project/cling#554
1 parent fd86643 commit ddc834a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interpreter/cling/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ cd llvm-project
5050
git checkout cling-latest
5151
cd ..
5252
mkdir llvm-build && cd llvm-build
53-
cmake -DLLVM_ENABLE_PROJECTS="clang" -DLLVM_TARGETS_TO_BUILD="host;NVPTX" -DCMAKE_BUILD_TYPE=Release ./llvm-project/llvm
53+
cmake -DLLVM_ENABLE_PROJECTS="clang" -DLLVM_TARGETS_TO_BUILD="host;NVPTX" -DCMAKE_BUILD_TYPE=Release ../llvm-project/llvm
5454
cmake --build .
5555
```
5656

0 commit comments

Comments
 (0)