aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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自动处理过了。