summaryrefslogtreecommitdiff
path: root/core/src/utf8proc/xmake.lua
diff options
context:
space:
mode:
authorSaikari <[email protected]>2026-01-17 05:40:05 +0300
committerSaikari <[email protected]>2026-01-17 05:40:05 +0300
commit09a3ad64bb655f818533560d8cbbaceb63fe6b7e (patch)
tree7b860477c2b8a2b56afa3356a43c39e7c58bbe3f /core/src/utf8proc/xmake.lua
parentc570d73fd4e147b49d7bc302e62eee1529255e39 (diff)
Fixup
Diffstat (limited to 'core/src/utf8proc/xmake.lua')
-rw-r--r--core/src/utf8proc/xmake.lua5
1 files changed, 5 insertions, 0 deletions
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")