Skip to content

Commit

Permalink
Update README build instructions (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
nenorbot authored Sep 10, 2023
1 parent f846a13 commit 50b5630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ mkdir llvm-inst
mkdir llvm-build
cd llvm-build
cmake -DLLVM_ENABLE_PROJECTS="clang;lldb;libcxx;libcxxabi" -DCMAKE_INSTALL_PREFIX=~/buildspace/llvm-inst/ -GNinja ../llvm-project/llvm
cmake -DLLVM_ENABLE_PROJECTS="clang;lldb" -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi" -DCMAKE_INSTALL_PREFIX=~/buildspace/llvm-inst/ -GNinja ../llvm-project/llvm
ninja
ninja install
Expand Down

0 comments on commit 50b5630

Please sign in to comment.