Add linux pacman add_extsources for glib (#878)

pull/903/head
Arthapz 3 years ago committed by GitHub
parent 40ae1704c1
commit 98e5c51411
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/g/glib/xmake.lua

@ -28,7 +28,7 @@ package("glib")
add_extsources("brew::glib")
elseif is_plat("linux") then
add_syslinks("pthread", "dl", "resolv")
add_extsources("apt::libglib2.0-dev")
add_extsources("apt::libglib2.0-dev", "pacman::glib2")
end
if on_fetch then

Loading…
Cancel
Save