Explorar o código

Add linux pacman add_extsources for libfabric (#902)

Arthapz %!s(int64=3) %!d(string=hai) anos
pai
achega
ecd893ea4f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/l/libfabric/xmake.lua

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

@@ -9,7 +9,7 @@ package("libfabric")
 
     if is_plat("linux") then
         add_syslinks("pthread", "dl", "rt")
-        add_extsources("apt::libfabric-dev")
+        add_extsources("apt::libfabric-dev", "pacman::libfabric")
     end
 
     on_install("macosx", "linux", function (package)