From 20091e49a2d970fd38059e74ed51e9b75e0008b1 Mon Sep 17 00:00:00 2001 From: Arthapz Date: Thu, 13 Jan 2022 00:25:02 +0100 Subject: [PATCH] Add linux pacman add_extsources for libfuse (#900) --- packages/l/libfuse/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/l/libfuse/xmake.lua b/packages/l/libfuse/xmake.lua index d18c90c8b..82c973698 100644 --- a/packages/l/libfuse/xmake.lua +++ b/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