Skip to content

Commit

Permalink
update yalantinglibs to 0.3.5 (#4645)
Browse files Browse the repository at this point in the history
* update yalantinglibs to 0.3.5

* Update xmake.lua

---------

Co-authored-by: star9029 <[email protected]>
  • Loading branch information
Arteiimis and star-hengxing authored Jul 16, 2024
1 parent eb5cd65 commit 3969586
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/a/async_simple/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ package("async_simple")

add_deps("cmake")

on_load("windows", function (package)
package:set("kind", "library", {headeronly = true})
end)

on_install("windows", "linux", "macosx", function (package)
if package:version():le("1.3") then
io.replace("async_simple/CMakeLists.txt",
Expand Down
1 change: 1 addition & 0 deletions packages/y/yalantinglibs/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ package("yalantinglibs")
"https://github.com/alibaba/yalantinglibs.git")

add_versions("0.3.4", "dd5edd3f43f23cd4b0614896e6587b61bb38c981dc21c85a54bcc54800d0dfe8")
add_versions("0.3.5", "8d382573da01449c4f83fccbbc3bdc08d221651f3fc8b9137eb4fbdb703677c2")

add_configs("ssl", {description = "Enable ssl support", default = false, type = "boolean"})
add_configs("pmr", {description = "Enable pmr support", default = false, type = "boolean"})
Expand Down

0 comments on commit 3969586

Please sign in to comment.