Browse Source

Update libxmake to v2.9.9 (#6904)

ruki 4 months ago
parent
commit
77a9751f31
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/l/libxmake/xmake.lua

+ 1 - 0
packages/l/libxmake/xmake.lua

@@ -7,6 +7,7 @@ package("libxmake")
              "https://github.com/xmake-io/xmake.git",
              "https://gitlab.com/tboox/xmake.git")
 
+    add_versions("v2.9.9", "e92505b83bc9776286eae719d58bcea7ff2577afe12cb5ccb279c81e7dbc702d")
     add_versions("v2.9.8", "e797636aadf072c9b0851dba39b121e93c739d12d78398c91f12e8ed355d6a95")
 
     add_configs("shared", {description = "Build shared library.", default = false, type = "boolean", readonly = true})