diff options
| author | Stefan Boberg <[email protected]> | 2025-10-25 13:30:42 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2025-10-25 13:30:42 +0200 |
| commit | 8d60a4b0f2ab018c230ea91523f8c5fad8f765aa (patch) | |
| tree | 4cfc70d3a5b1e5efecfcd889de2f075038bf6c9c /src/zenutil/xmake.lua | |
| parent | Revert "add xrepo fmt" (diff) | |
| download | zen-8d60a4b0f2ab018c230ea91523f8c5fad8f765aa.tar.xz zen-8d60a4b0f2ab018c230ea91523f8c5fad8f765aa.zip | |
in-tree: robin-map
Diffstat (limited to 'src/zenutil/xmake.lua')
| -rw-r--r-- | src/zenutil/xmake.lua | 2 |
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") |