diff options
| author | Stefan Boberg <[email protected]> | 2023-12-06 19:15:43 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-12-06 19:15:43 +0100 |
| commit | 45debad55ce7af122ba07aba5a4f2a2f88f3f6cb (patch) | |
| tree | 5280a0922120a7656639d4603d45675efd95c121 | |
| parent | implemented using zen run with tracking of launched subprocess (diff) | |
| download | zen-45debad55ce7af122ba07aba5a4f2a2f88f3f6cb.tar.xz zen-45debad55ce7af122ba07aba5a4f2a2f88f3f6cb.zip | |
fixed bad reference to detours package
| -rw-r--r-- | xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |