aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-12-06 19:15:43 +0100
committerStefan Boberg <[email protected]>2023-12-06 19:15:43 +0100
commit45debad55ce7af122ba07aba5a4f2a2f88f3f6cb (patch)
tree5280a0922120a7656639d4603d45675efd95c121
parentimplemented using zen run with tracking of launched subprocess (diff)
downloadzen-45debad55ce7af122ba07aba5a4f2a2f88f3f6cb.tar.xz
zen-45debad55ce7af122ba07aba5a4f2a2f88f3f6cb.zip
fixed bad reference to detours package
-rw-r--r--xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake.lua b/xmake.lua
index 3de67eba8..8bd666dc1 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -49,7 +49,7 @@ if not is_arch("arm64") then
end
if is_plat("windows") then
- add_requires("detours")
+ add_requires("vcpkg::detours")
end
add_rules("mode.debug", "mode.release")