aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/xmake.lua b/xmake.lua
index 103ca6703..ea37bf6d3 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -40,6 +40,10 @@ if is_plat("windows") then
add_requires("7z")
end
+if is_plat("linux") then
+ add_requires("vcpkg::libsystemd")
+end
+
add_requires("vcpkg::mimalloc")
if has_config("zensentry") then