Browse Source

rename vs runtimes (#4206)

ruki 1 year ago
parent
commit
741cec2fbc
2 changed files with 2 additions and 2 deletions
  1. 1 1
      packages/a/aqt/xmake.lua
  2. 1 1
      packages/q/qtbase/xmake.lua

+ 1 - 1
packages/a/aqt/xmake.lua

@@ -6,7 +6,7 @@ package("aqt")
 
 
     if is_host("windows") and (os.arch() == "x64" or os.arch() == "x86") then
     if is_host("windows") and (os.arch() == "x64" or os.arch() == "x86") then
         add_configs("shared", {description = "Download shared binaries.", default = true, type = "boolean", readonly = true})
         add_configs("shared", {description = "Download shared binaries.", default = true, type = "boolean", readonly = true})
-        add_configs("vs_runtime", {description = "Set vs compiler runtime.", default = "MD", readonly = true})
+        add_configs("runtimes", {description = "Set compiler runtimes.", default = "MD", readonly = true})
 
 
         if os.arch() == "x86" then
         if os.arch() == "x86" then
             add_urls("https://github.com/miurahr/aqtinstall/releases/download/v$(version)/aqt_x86_signed.exe", { alias = "signed" })
             add_urls("https://github.com/miurahr/aqtinstall/releases/download/v$(version)/aqt_x86_signed.exe", { alias = "signed" })

+ 1 - 1
packages/q/qtbase/xmake.lua

@@ -5,7 +5,7 @@ package("qtbase")
     set_license("LGPL-3")
     set_license("LGPL-3")
 
 
     add_configs("shared", {description = "Download shared binaries.", default = true, type = "boolean", readonly = true})
     add_configs("shared", {description = "Download shared binaries.", default = true, type = "boolean", readonly = true})
-    add_configs("vs_runtime", {description = "Set vs compiler runtime.", default = "MD", readonly = true})
+    add_configs("runtimes", {description = "Set compiler runtimes.", default = "MD", readonly = true})
 
 
     add_deps("aqt")
     add_deps("aqt")