Przeglądaj źródła

fix rest_rpc (#7243)

* fix rest_rpc

* Update xmake.lua

* Update xmake.lua

* Update xmake.lua
xpxz 2 miesięcy temu
rodzic
commit
5693581310
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      packages/r/rest_rpc/xmake.lua

+ 3 - 1
packages/r/rest_rpc/xmake.lua

@@ -6,8 +6,10 @@ package("rest_rpc")
 
 
     add_urls("https://github.com/qicosmos/rest_rpc.git")
     add_urls("https://github.com/qicosmos/rest_rpc.git")
     add_versions("2023.6.14", "8782f1d341e1dd18f9fe3a77b8335fd17a5ba585")
     add_versions("2023.6.14", "8782f1d341e1dd18f9fe3a77b8335fd17a5ba585")
+    add_versions("2024.7.26", "35761edb55dff9ccdc87000062e84172bbd5b29b")
 
 
-    add_deps("asio", "msgpack-cxx")
+    add_deps("asio 1.32.0")
+    add_deps("msgpack-cxx", {configs = {boost = false}})
 
 
     if is_plat("mingw") then
     if is_plat("mingw") then
         add_syslinks("ws2_32")
         add_syslinks("ws2_32")