@@ -238,6 +238,12 @@ $ xrepo env shell
> luajit --version
```
+We can also configure and load the corresponding toolchain environment in xmake.lua, for example, load the VS compilation environment.
+
+```lua
+set_toolchains("msvc")
+```
### Show the given package information
```console
@@ -239,6 +239,12 @@ $ xrepo env shell
+我们也可以在 xmake.lua 配置加载对应的工具链环境,比如加载 vs 的编译环境。
### 查看包信息