rename vs runtimes (#4206)

pull/4213/head
ruki 6 months ago committed by GitHub
parent f8b8f94fd1
commit 741cec2fbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/a/aqt/xmake.lua
  2. 2
      packages/q/qtbase/xmake.lua

@ -6,7 +6,7 @@ package("aqt")
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("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
add_urls("https://github.com/miurahr/aqtinstall/releases/download/v$(version)/aqt_x86_signed.exe", { alias = "signed" })

@ -5,7 +5,7 @@ package("qtbase")
set_license("LGPL-3")
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")

Loading…
Cancel
Save