浏览代码

Add linux pacman add_extsources for libfuse (#900)

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

+ 1 - 1
packages/l/libfuse/xmake.lua

@@ -8,7 +8,7 @@ package("libfuse")
     add_versions("3.10.4", "9365b74fd8471caecdb3cc5adf25a821f70a931317ee9103d15bd39089e3590d")
 
     if is_plat("linux") then
-        add_extsources("apt::fuse3")
+        add_extsources("apt::fuse3", "pacman::fuse3")
         add_syslinks("pthread", "dl", "rt")
     end