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 a0855ac commit 552a727
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 @@ -63,7 +63,7 @@ package("libsdl3")
end
end)

on_install("!cross", function (package)
on_install("windows", "mingw", "linux|native", "macosx", "bsd", "android", "iphoneos", "wasm", function (package)
local configs = {}
table.insert(configs, "-DCMAKE_BUILD_TYPE=" .. (package:debug() and "Debug" or "Release"))
table.insert(configs, "-DBUILD_SHARED_LIBS=" .. (package:config("shared") and "ON" or "OFF"))
Expand Down

0 comments on commit 552a727

Please sign in to comment.