浏览代码

fix freetype

ruki 4 年之前
父节点
当前提交
e51a545c06
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packages/f/freetype/xmake.lua

+ 0 - 1
packages/f/freetype/xmake.lua

@@ -42,7 +42,6 @@ package("freetype")
     on_install("linux", "macosx", function (package)
         local configs = { "--enable-freetype-config",
                           "--without-harfbuzz"}
-        local configs = {}
         table.insert(configs, "--enable-shared=" .. (package:config("shared") and "yes" or "no"))
         table.insert(configs, "--enable-static=" .. (package:config("shared") and "no" or "yes"))
         if package:config("pic") ~= false then