Parcourir la source

Add linux pacman add_extsources for libfuse (#900)

Arthapz il y a 3 ans
Parent
commit
20091e49a2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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