From 09a3ad64bb655f818533560d8cbbaceb63fe6b7e Mon Sep 17 00:00:00 2001 From: Saikari Date: Sat, 17 Jan 2026 05:40:05 +0300 Subject: Fixup --- core/src/utf8proc/xmake.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 core/src/utf8proc/xmake.lua (limited to 'core/src/utf8proc/xmake.lua') diff --git a/core/src/utf8proc/xmake.lua b/core/src/utf8proc/xmake.lua new file mode 100644 index 000000000..17d84f505 --- /dev/null +++ b/core/src/utf8proc/xmake.lua @@ -0,0 +1,5 @@ +target("utf8proc") + set_kind("static") + add_defines("UTF8PROC_STATIC") + add_includedirs("utf8proc", {public = true}) + add_files("utf8proc/utf8proc.c") -- cgit v1.3.1