aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2019-08-10 00:42:07 +0800
committerruki <waruqi@gmail.com>2019-08-09 22:12:44 +0800
commit0f80f15ec5864484026301288da4a865dfa8d4b4 (patch)
treef9f9b73121e5f172cb46064fdefc897d2953c7de
parentece7f07fd1a388530627e96cfdd2930cfc68bb26 (diff)
downloadxmake-docs-0f80f15ec5864484026301288da4a865dfa8d4b4.tar.gz
xmake-docs-0f80f15ec5864484026301288da4a865dfa8d4b4.zip
fix code
-rw-r--r--package/remote_package.md2
-rw-r--r--zh-cn/package/remote_package.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/remote_package.md b/package/remote_package.md
index 523552c1..55e87f17 100644
--- a/package/remote_package.md
+++ b/package/remote_package.md
@@ -815,7 +815,7 @@ end)
```lua
add_requires("xxx", {configs = {vs_runtime = "MT"}})
-``
+```
Normally, packages installed by built-in tool scripts such as `import("package.tools.autoconf").install` are automatically processed internally by vs_runtime.
diff --git a/zh-cn/package/remote_package.md b/zh-cn/package/remote_package.md
index 2aa4bba8..6831b538 100644
--- a/zh-cn/package/remote_package.md
+++ b/zh-cn/package/remote_package.md
@@ -844,7 +844,7 @@ end)
```lua
add_requires("xxx", {configs = {vs_runtime = "MT"}})
-``
+```
通常情况下,通过`import("package.tools.autoconf").install`等内置工具脚本安装的包,内部都对vs_runtime自动处理过了。