diff options
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |