浏览代码

Add linux pacman add_extsources for gperf (#880)

Arthapz 3 年之前
父节点
当前提交
a4caba2065
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/g/gperf/xmake.lua

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

@@ -9,7 +9,7 @@ package("gperf")
     add_versions("3.1", "588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae2")
 
     if is_plat("linux") then
-        add_extsources("apt::gperf")
+        add_extsources("apt::gperf", "pacman::gperf")
     end
 
     on_install("macosx", "linux", function (package)