pull/13/head
ruki 6 years ago
parent ec375d2576
commit 474b54d994
No known key found for this signature in database
GPG Key ID: 33341DF9719963FA
  1. 2
      packages/f/fontconfig/xmake.lua
  2. 1
      packages/g/gperf/xmake.lua

@ -10,7 +10,7 @@ package("fontconfig")
if is_plat("linux") then
add_deps("gperf")
end
on_install("linux", "macosx", function (package)
local font_dirs = {}
if is_plat("macosx") then

@ -1,5 +1,6 @@
package("gperf")
set_kind("binary")
set_homepage("https://www.gnu.org/software/gperf")
set_description("Perfect hash function generator.")

Loading…
Cancel
Save