aboutsummaryrefslogtreecommitdiff
path: root/src/zenutil/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-10-25 13:30:42 +0200
committerStefan Boberg <[email protected]>2025-10-25 13:30:42 +0200
commit8d60a4b0f2ab018c230ea91523f8c5fad8f765aa (patch)
tree4cfc70d3a5b1e5efecfcd889de2f075038bf6c9c /src/zenutil/xmake.lua
parentRevert "add xrepo fmt" (diff)
downloadzen-8d60a4b0f2ab018c230ea91523f8c5fad8f765aa.tar.xz
zen-8d60a4b0f2ab018c230ea91523f8c5fad8f765aa.zip
in-tree: robin-map
Diffstat (limited to 'src/zenutil/xmake.lua')
-rw-r--r--src/zenutil/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenutil/xmake.lua b/src/zenutil/xmake.lua
index a2b5de787..bc33adf9e 100644
--- a/src/zenutil/xmake.lua
+++ b/src/zenutil/xmake.lua
@@ -8,7 +8,7 @@ target('zenutil')
add_includedirs("include", {public=true})
add_deps("zencore", "zenhttp", "spdlog")
add_deps("cxxopts")
- add_packages("vcpkg::robin-map")
+ add_deps("robin-map")
if is_plat("linux") then
add_includedirs("$(projectdir)/thirdparty/systemd/include")