Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
SirLynix authored Feb 3, 2025
1 parent 9437af4 commit 79218fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/l/libsdl3/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ package("libsdl3")
packagedeps = {"egl-headers", "opengl-headers"}
end

if package:is_plat("linux", "bsd") then
if package:is_plat("linux", "bsd", "cross") then
table.insert(packagedeps, "libxcb")
table.insert(packagedeps, "libxext")
table.insert(packagedeps, "libx11")
Expand Down

0 comments on commit 79218fc

Please sign in to comment.