Browse Source

Add linux pacman add_extsources for openblas (#863)

Arthapz 3 năm trước cách đây
mục cha
commit
e2877a0f76
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/o/openblas/xmake.lua

+ 1 - 1
packages/o/openblas/xmake.lua

@@ -32,7 +32,7 @@ package("openblas")
     end
 
     if is_plat("linux") then
-        add_extsources("apt::libopenblas-dev")
+        add_extsources("apt::libopenblas-dev", "pacman::libopenblas")
         add_syslinks("pthread")
     elseif is_plat("macosx") then
         add_frameworks("Accelerate")