Skip to content

Commit

Permalink
xmake 2.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Feb 5, 2025
1 parent fab4640 commit 994e7e6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/l/libxmake/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ package("libxmake")
"https://github.com/xmake-io/xmake.git",
"https://gitlab.com/tboox/xmake.git")

add_versions("v2.9.7", "248e496a5a734c89e167f931e2620c0ea4109e7ca913dc1022735129a5ffe9d3")
add_versions("v2.9.6", "47f6efcb00f90c98a02c395f973b4d55bdd3a8fe452676dce57b55c055759686")
add_versions("v2.9.5", "03feb5787e22fab8dd40419ec3d84abd35abcd9f8a1b24c488c7eb571d6724c8")
add_versions("v2.9.4", "75e2dde2bd2a48a332989b801ae65077c452d491fec517a9db27a81c8713cdc5")
add_versions("v2.9.8", "e797636aadf072c9b0851dba39b121e93c739d12d78398c91f12e8ed355d6a95")
add_versions("v2.9.2", "1f617b6a4568c7eb3e8ab0f3a67c16989245adc547e3a7d1fd861acb308fb5b2")
add_versions("v2.9.1", "a31dbef8c303aea1268068b4b1ac1aec142ac4124c7cb7d9c7eeb57c414f8d15")
add_versions("v2.8.9", "5f793c393346ef80e47f083ade4d3c2fdfc448658a7917fda35ccd7bd2b911b8")
Expand Down Expand Up @@ -61,7 +58,7 @@ package("libxmake")
typedef __int8 int8_t;]], '#if defined(_MSC_VER) && (_MSC_VER < 1600)\ntypedef __int8 int8_t;', {plain = true})
import("package.tools.xmake").install(package, configs)
os.cp("../xmake", package:installdir("share"))
if package:is_plat("linux", "macosx") and package:has_cfuncs("readline", {links = "readline", includes = {"stdio.h", "readline/readline.h"}}) then
if package:is_plat("linux", "macosx") and package:has_cfuncs("readline", {links = "readline", includes = "readline/readline.h"}) then
package:add("syslinks", "readline")
end
end)
Expand Down

0 comments on commit 994e7e6

Please sign in to comment.