Browse Source

add version limit (#8470)

Willaaaaaaa 1 month ago
parent
commit
08377579c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/a/asio2/xmake.lua

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

@@ -13,7 +13,7 @@ package("asio2")
 
 
     add_patches("2.9", "patches/2.9/remove-const.patch", "6326f333ab2d0484c23bb3cd9cfd5a565030b5525d083677565a693f5f8803b6")
     add_patches("2.9", "patches/2.9/remove-const.patch", "6326f333ab2d0484c23bb3cd9cfd5a565030b5525d083677565a693f5f8803b6")
 
 
-    add_deps("asio", "cereal")
+    add_deps("asio 1.29.0", "cereal")
     add_deps("spdlog", { configs = { header_only = false, fmt_external = true } })
     add_deps("spdlog", { configs = { header_only = false, fmt_external = true } })
 
 
     if is_plat("windows", "mingw") then
     if is_plat("windows", "mingw") then