aboutsummaryrefslogtreecommitdiff
path: root/src/zenutil/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenutil/xmake.lua')
-rw-r--r--src/zenutil/xmake.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zenutil/xmake.lua b/src/zenutil/xmake.lua
index 6d87aefcc..9066ca1ca 100644
--- a/src/zenutil/xmake.lua
+++ b/src/zenutil/xmake.lua
@@ -6,8 +6,8 @@ target('zenutil')
add_headerfiles("**.h")
add_files("**.cpp")
add_includedirs("include", {public=true})
- add_deps("zencore", "zenhttp")
- add_packages("vcpkg::robin-map", "vcpkg::spdlog")
+ add_deps("zencore", "zenhttp", "spdlog")
+ add_packages("vcpkg::robin-map")
if is_plat("linux") then
add_includedirs("$(projectdir)/thirdparty/systemd/include")