aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-12-05 10:09:41 +0100
committerStefan Boberg <[email protected]>2023-12-05 10:09:41 +0100
commit4f9f3da211c7905c79b58910ba0d6e7e7804e6cb (patch)
tree7061a0edab791c98a96e5670145a000b93718a0e
parentHTTP plugin request debug logging (#587) (diff)
downloadzen-4f9f3da211c7905c79b58910ba0d6e7e7804e6cb.tar.xz
zen-4f9f3da211c7905c79b58910ba0d6e7e7804e6cb.zip
add detours dependency
-rw-r--r--xmake.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/xmake.lua b/xmake.lua
index 57e2f3390..b8627f0ec 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -48,7 +48,12 @@ if not is_arch("arm64") then
end
end
+if is_plat("windows") then
+ add_requires("detours")
+end
+
add_rules("mode.debug", "mode.release")
+add_rules("mode.asan", "mode.tsan")
--add_rules("c++.unity_build")
if is_mode("release") then