Skip to content

Commit

Permalink
Update the OSX build guide to create the LLVM build folder before usi…
Browse files Browse the repository at this point in the history
…ng it.
  • Loading branch information
tritao committed Jul 14, 2015
1 parent 079d0ce commit f3dcc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ run the upgrade process after generation.
- LLVM_BUILD_32_BITS for 32-bit builds (defaults to 64-bit)

```shell
cd deps/llvm/build
mkdir -p deps/llvm/build && cd deps/llvm/build

cmake -G "Unix Makefiles" -DLLVM_ENABLE_LIBCXX=true -DLLVM_BUILD_32_BITS=true -DCMAKE_BUILD_TYPE=RelWithDebInfo ..

Expand Down

0 comments on commit f3dcc69

Please sign in to comment.