浏览代码

Add linux pacman add_extsources for openblas (#863)

Arthapz 3 年之前
父节点
当前提交
e2877a0f76
共有 1 个文件被更改,包括 1 次插入1 次删除
  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")