2
0
Эх сурвалжийг харах

Add linux pacman add_extsources for glib (#878)

Arthapz 3 жил өмнө
parent
commit
98e5c51411

+ 1 - 1
packages/g/glib/xmake.lua

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