2
0
ruki 6 жил өмнө
parent
commit
474b54d994

+ 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.")