Skip to content

Commit

Permalink
mysql-build-tools: fix linux dpes
Browse files Browse the repository at this point in the history
  • Loading branch information
star-hengxing committed Aug 28, 2024
1 parent 8c4d412 commit 169cde5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/m/mysql-build-tools/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ package("mysql-build-tools")

add_deps("cmake")
add_deps("zlib", "zstd", "lz4", "openssl", "rapidjson")
if is_plat("linux") then
add_deps("patchelf")
add_deps("libedit", {configs = {terminal_db = "ncurses"}})
end

local tool_list = {
"uca9dump",
Expand Down

0 comments on commit 169cde5

Please sign in to comment.