Ver Fonte

fix gperf

ruki há 6 anos atrás
pai
commit
474b54d994
2 ficheiros alterados com 2 adições e 1 exclusões
  1. 1 1
      packages/f/fontconfig/xmake.lua
  2. 1 0
      packages/g/gperf/xmake.lua

+ 1 - 1
packages/f/fontconfig/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 - 0
packages/g/gperf/xmake.lua

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