Skip to content

Commit 741cec2

Browse files
authored
rename vs runtimes (#4206)
1 parent f8b8f94 commit 741cec2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/a/aqt/xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package("aqt")
66

77
if is_host("windows") and (os.arch() == "x64" or os.arch() == "x86") then
88
add_configs("shared", {description = "Download shared binaries.", default = true, type = "boolean", readonly = true})
9-
add_configs("vs_runtime", {description = "Set vs compiler runtime.", default = "MD", readonly = true})
9+
add_configs("runtimes", {description = "Set compiler runtimes.", default = "MD", readonly = true})
1010

1111
if os.arch() == "x86" then
1212
add_urls("https://github.com/miurahr/aqtinstall/releases/download/v$(version)/aqt_x86_signed.exe", { alias = "signed" })

packages/q/qtbase/xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package("qtbase")
55
set_license("LGPL-3")
66

77
add_configs("shared", {description = "Download shared binaries.", default = true, type = "boolean", readonly = true})
8-
add_configs("vs_runtime", {description = "Set vs compiler runtime.", default = "MD", readonly = true})
8+
add_configs("runtimes", {description = "Set compiler runtimes.", default = "MD", readonly = true})
99

1010
add_deps("aqt")
1111

0 commit comments

Comments
 (0)