Add linux pacman add_extsources for lz4 (#866)

pull/903/head
Arthapz 3 years ago committed by GitHub
parent c5461ff179
commit a65ea55fef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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)

Loading…
Cancel
Save