浏览代码

update(packages/a/arrow): remove configs for thrift dep (#1225)

Leo Di Donato 3 年之前
父节点
当前提交
a688c9b6f2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/a/arrow/xmake.lua

+ 1 - 1
packages/a/arrow/xmake.lua

@@ -76,7 +76,7 @@ package("arrow")
             package:add("deps", "zstd")
         end
         if package:config("parquet") then
-            package:add("deps", "thrift", configs)
+            package:add("deps", "thrift")
         end
     end)