Add linux pacman add_extsources for libxaw (#891)

pull/903/head
Arthapz 3 years ago committed by GitHub
parent 40431467d0
commit 0cd230013b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/l/libxaw/xmake.lua

@ -11,7 +11,7 @@ package("libxaw")
end
if is_plat("linux") then
add_extsources("apt::libxaw7-dev")
add_extsources("apt::libxaw7-dev", "pacman::libxaw")
end
on_install("macosx", "linux", function (package)

Loading…
Cancel
Save