Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
luadebug authored Mar 5, 2025
1 parent fe21776 commit 9303b9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/u/ultralight/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ package("ultralight")
end)

on_load(function (package)
if is_plat("linux") and package:config("shared") then
package:add("deps", "gtk3", {configs = {shared = true}})
if is_plat("linux") then
package:add("deps", "gtk3")
end
end)

Expand Down

0 comments on commit 9303b9a

Please sign in to comment.