ソースを参照

Add linux pacman add_extsources for lz4 (#866)

Arthapz 3 年 前
コミット
a65ea55fef
1 ファイル変更2 行追加0 行削除
  1. 2 0
      packages/l/lz4/xmake.lua

+ 2 - 0
packages/l/lz4/xmake.lua

@@ -15,6 +15,8 @@ package("lz4")
 
     if is_plat("macosx") then
         add_extsources("brew::lz4")
+    elseif is_plat("linux") then
+        add_extsources("pacman::lz4")
     end
 
     on_install(function (package)