aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-10-25 13:23:50 +0200
committerStefan Boberg <[email protected]>2025-10-25 13:23:50 +0200
commitc16170404f7b2939ab0aa442cb26908f34cb9343 (patch)
tree9a7e9e6c78d3a93f703091925de89859f2ee016f /src
parentadd xrepo fmt (diff)
downloadzen-c16170404f7b2939ab0aa442cb26908f34cb9343.tar.xz
zen-c16170404f7b2939ab0aa442cb26908f34cb9343.zip
Revert "add xrepo fmt"
This reverts commit e99599d026ceec3ff7832102ed7f157ad5c1a0e1.
Diffstat (limited to 'src')
-rw-r--r--src/zen/xmake.lua2
-rw-r--r--src/zencore/xmake.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/zen/xmake.lua b/src/zen/xmake.lua
index 27c7d76ea..cb704054e 100644
--- a/src/zen/xmake.lua
+++ b/src/zen/xmake.lua
@@ -29,4 +29,4 @@ target("zen")
add_ldflags("-framework SystemConfiguration")
end
- add_packages("vcpkg::mimalloc", "fmt")
+ add_packages("vcpkg::mimalloc", "vcpkg::fmt")
diff --git a/src/zencore/xmake.lua b/src/zencore/xmake.lua
index 5cdeb1e10..a95473340 100644
--- a/src/zencore/xmake.lua
+++ b/src/zencore/xmake.lua
@@ -42,7 +42,7 @@ target('zencore')
add_packages(
"vcpkg::eastl",
- "fmt",
+ "vcpkg::fmt",
"vcpkg::gsl-lite",
"vcpkg::lz4",
"xxhash",