summaryrefslogtreecommitdiff
path: root/core/src/utf8proc/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/utf8proc/xmake.lua')
-rw-r--r--core/src/utf8proc/xmake.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/src/utf8proc/xmake.lua b/core/src/utf8proc/xmake.lua
deleted file mode 100644
index 2c57f0004..000000000
--- a/core/src/utf8proc/xmake.lua
+++ /dev/null
@@ -1,5 +0,0 @@
-target("utf8proc")
- set_kind("static")
- add_defines("UTF8PROC_STATIC", {public = true})
- add_includedirs("utf8proc", {public = true})
- add_files("utf8proc/utf8proc.c")