diff options
| author | Saikari <[email protected]> | 2026-01-17 05:51:05 +0300 |
|---|---|---|
| committer | Saikari <[email protected]> | 2026-01-17 05:51:05 +0300 |
| commit | 2d5b9f71e9fdee506f0422edee4666d035528663 (patch) | |
| tree | 836e2618defdf16945af3f718fce49c9035ee353 /core/src/utf8proc/xmake.lua | |
| parent | 09a3ad64bb655f818533560d8cbbaceb63fe6b7e (diff) | |
re
Diffstat (limited to 'core/src/utf8proc/xmake.lua')
| -rw-r--r-- | core/src/utf8proc/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/utf8proc/xmake.lua b/core/src/utf8proc/xmake.lua index 17d84f505..2c57f0004 100644 --- a/core/src/utf8proc/xmake.lua +++ b/core/src/utf8proc/xmake.lua @@ -1,5 +1,5 @@ target("utf8proc") set_kind("static") - add_defines("UTF8PROC_STATIC") + add_defines("UTF8PROC_STATIC", {public = true}) add_includedirs("utf8proc", {public = true}) add_files("utf8proc/utf8proc.c") |
