aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-10-25 13:13:24 +0200
committerStefan Boberg <[email protected]>2025-10-25 13:13:24 +0200
commite99599d026ceec3ff7832102ed7f157ad5c1a0e1 (patch)
treee6e521d9d831142fdcbd577f0fba8a539979c368 /xmake.lua
parentRevert "zen-repo EASTL" (diff)
downloadzen-e99599d026ceec3ff7832102ed7f157ad5c1a0e1.tar.xz
zen-e99599d026ceec3ff7832102ed7f157ad5c1a0e1.zip
add xrepo fmt
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake.lua b/xmake.lua
index 2f661f221..20ae141a6 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -5,11 +5,11 @@ set_configvar("ZEN_SCHEMA_VERSION", 5) -- force state wipe after 0.2.31 causing
add_repositories("zen-repo repo")
add_requires("xxhash 0.8.2", {system = false})
+add_requires("fmt", {system = false})
add_requires(
"vcpkg::curl",
"vcpkg::eastl",
- "vcpkg::fmt",
"vcpkg::gsl-lite",
"vcpkg::http-parser",
"vcpkg::json11",