summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/src/xmake/xmake.lua2
-rw-r--r--core/xmake.lua2
2 files changed, 1 insertions, 3 deletions
diff --git a/core/src/xmake/xmake.lua b/core/src/xmake/xmake.lua
index 0c2e15991..eb3b3eeb6 100644
--- a/core/src/xmake/xmake.lua
+++ b/core/src/xmake/xmake.lua
@@ -20,7 +20,7 @@ target("xmake")
add_deps("pdcurses")
end
- add_packages("utf8proc")
+ add_deps("utf8proc")
-- add definitions
add_defines("__tb_prefix__=\"xmake\"")
diff --git a/core/xmake.lua b/core/xmake.lua
index e160d000f..7b1ae6cbd 100644
--- a/core/xmake.lua
+++ b/core/xmake.lua
@@ -59,8 +59,6 @@ end
-- use cosmocc toolchain
option("cosmocc", {default = false, description = "Use cosmocc toolchain to build once and run anywhere."})
-add_requires("utf8proc")
-
-- embed all script files
option("embed", {default = false, description = "Embed all script files."})