diff options
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") |
