diff options
| author | Liam Mitchell <[email protected]> | 2025-03-13 17:46:06 -0700 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-03-13 17:46:06 -0700 |
| commit | 64f9055d3b5c445c57a0f2dacd20853667013819 (patch) | |
| tree | 54cf2adb63dec15affcdb796335b472d19e06bac /xmake.lua | |
| parent | changelog (diff) | |
| parent | Update Linux service type and add libsystemd dependency (diff) | |
| download | zen-64f9055d3b5c445c57a0f2dacd20853667013819.tar.xz zen-64f9055d3b5c445c57a0f2dacd20853667013819.zip | |
Merge pull request #288 from ue-foundation/lm/zen-service-command
Implementation of service commands for Linux.
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -37,6 +37,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 |