Auto-update aws-c-sdkutils to v0.1.15 (#3543)

* Update aws-c-sdkutils to v0.1.15

* Update xmake.lua

---------

Co-authored-by: star9029 <hengxings783@gmail.com>
pull/3560/head
ruki 1 year ago committed by GitHub
parent a2c91b7574
commit bf993d8de9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      packages/a/aws-c-sdkutils/xmake.lua

@ -6,6 +6,7 @@ package("aws-c-sdkutils")
add_urls("https://github.com/awslabs/aws-c-sdkutils/archive/refs/tags/$(version).tar.gz",
"https://github.com/awslabs/aws-c-sdkutils.git")
add_versions("v0.1.15", "15fa30b8b0a357128388f2f40ab0ba3df63742fd333cc2f89cb91a9169f03bdc")
add_versions("v0.1.12", "c876c3ce2918f1181c24829f599c8f06e29733f0bd6556d4c4fb523390561316")
add_configs("asan", {description = "Enable Address Sanitize.", default = false, type = "boolean"})
@ -18,7 +19,7 @@ package("aws-c-sdkutils")
on_install("windows|x64", "windows|x86", "linux", "macosx", "bsd", "msys", "android", "iphoneos", "cross", "wasm", function (package)
local aws_cmakedir = package:dep("aws-c-common"):installdir("lib", "cmake")
local aws_c_common_configdir = package:dep("aws-c-common"):installdir("lib", "aws-c-common", "cmake")
if package:is_plat("windows") then
if is_host("windows") then
aws_cmakedir = aws_cmakedir:gsub("\\", "/")
aws_c_common_configdir = aws_c_common_configdir:gsub("\\", "/")
end

Loading…
Cancel
Save