Browse Source

Add linux pacman add_extsources for libfabric (#902)

Arthapz 3 years ago
parent
commit
ecd893ea4f
1 changed files with 1 additions and 1 deletions
  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
     if is_plat("linux") then
         add_syslinks("pthread", "dl", "rt")
         add_syslinks("pthread", "dl", "rt")
-        add_extsources("apt::libfabric-dev")
+        add_extsources("apt::libfabric-dev", "pacman::libfabric")
     end
     end
 
 
     on_install("macosx", "linux", function (package)
     on_install("macosx", "linux", function (package)