Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/l/libsdl3_ttf/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ package("libsdl3_ttf")
add_configs("shared", {description = "Build shared library.", default = false, type = "boolean", readonly = true})
end

if is_host("windows") then
set_policy("platform.longpaths", true)
end

if on_check then
on_check("android", function (package)
if package:config("harfbuzz") then
Expand Down
Loading