Browse Source

fix gperf

ruki 6 years ago
parent
commit
474b54d994
2 changed files with 2 additions and 1 deletions
  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
     if is_plat("linux") then
         add_deps("gperf")
         add_deps("gperf")
     end
     end
-
+ 
     on_install("linux", "macosx", function (package)
     on_install("linux", "macosx", function (package)
         local font_dirs = {}
         local font_dirs = {}
         if is_plat("macosx") then
         if is_plat("macosx") then

+ 1 - 0
packages/g/gperf/xmake.lua

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