diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | README_zh.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -215,7 +215,7 @@ The test project: [xmake-core](https://github.com/xmake-io/xmake/tree/master/cor ```bash $ xmake show -l toolchains xcode Xcode IDE -vs VisualStudio IDE +msvc Microsoft Visual C/C++ Compiler yasm The Yasm Modular Assembler clang A C language family frontend for LLVM go Go Programming Language Compiler diff --git a/README_zh.md b/README_zh.md index 006d413e1..5fa08e133 100644 --- a/README_zh.md +++ b/README_zh.md @@ -224,7 +224,7 @@ $ xmake f --menu ```bash $ xmake show -l toolchains xcode Xcode IDE -vs VisualStudio IDE +msvc Microsoft Visual C/C++ Compiler yasm The Yasm Modular Assembler clang A C language family frontend for LLVM go Go Programming Language Compiler |
