diff options
| author | Stefan Boberg <[email protected]> | 2025-10-25 13:13:24 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2025-10-25 13:13:24 +0200 |
| commit | e99599d026ceec3ff7832102ed7f157ad5c1a0e1 (patch) | |
| tree | e6e521d9d831142fdcbd577f0fba8a539979c368 /src | |
| parent | Revert "zen-repo EASTL" (diff) | |
| download | zen-e99599d026ceec3ff7832102ed7f157ad5c1a0e1.tar.xz zen-e99599d026ceec3ff7832102ed7f157ad5c1a0e1.zip | |
add xrepo fmt
Diffstat (limited to 'src')
| -rw-r--r-- | src/zen/xmake.lua | 2 | ||||
| -rw-r--r-- | src/zencore/xmake.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/zen/xmake.lua b/src/zen/xmake.lua index cb704054e..27c7d76ea 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", "vcpkg::fmt") + add_packages("vcpkg::mimalloc", "fmt") diff --git a/src/zencore/xmake.lua b/src/zencore/xmake.lua index a95473340..5cdeb1e10 100644 --- a/src/zencore/xmake.lua +++ b/src/zencore/xmake.lua @@ -42,7 +42,7 @@ target('zencore') add_packages( "vcpkg::eastl", - "vcpkg::fmt", + "fmt", "vcpkg::gsl-lite", "vcpkg::lz4", "xxhash", |