Skip to content

Commit 18534b7

Browse files
ADKasternico
authored andcommitted
README.md: Refer to proper name for Visual Studio 15
1 parent aa2a8d6 commit 18534b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Use cmake to build: `cmake -G Ninja . && ninja`
8282
Run tests after building: `python demumble_test.py`
8383

8484
`cxa_demangle.cpp` needs more C++11 than Visual Studio 2013 supports, so
85-
to build on Windows you need to use Visual Studion 2015 or use clang-cl
85+
to build on Windows you need to use Visual Studio 2015 or use clang-cl
8686
as C++ compiler like so:
8787

8888
cmake -G Ninja -DCMAKE_CXX_COMPILER=path/to/llvm-build/bin/clang-cl.exe

0 commit comments

Comments
 (0)