Skip to content

Commit

Permalink
Use host gettext
Browse files Browse the repository at this point in the history
  • Loading branch information
Doekin committed Oct 9, 2024
1 parent 5f0ca6c commit fd1a8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/z/zbar/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package("zbar")
end

add_deps("autoconf", "automake", "libtool")
add_deps("gettext", {kind = "binary"})
add_deps("gettext", {host = true})
if is_plat("macosx") then
add_deps("libiconv", {system = true})
add_deps("autoconf-archive")
Expand Down

0 comments on commit fd1a8b0

Please sign in to comment.