Add linux pacman add_extsources for libfuse (#900)

pull/903/head
Arthapz 3 years ago committed by GitHub
parent f1e2937361
commit 20091e49a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save