diff options
| author | Dan Engelbrecht <[email protected]> | 2025-03-14 09:48:15 +0100 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2025-03-14 09:48:15 +0100 |
| commit | 18aeb8856dc168336955f0d2778cdc74c64a680f (patch) | |
| tree | 83932b76bb01d1a9e9b473bf5bbc36cfca1c2b5b /xmake.lua | |
| parent | Merge remote-tracking branch 'origin/main' into de/zen-service-command (diff) | |
| parent | Merge pull request #288 from ue-foundation/lm/zen-service-command (diff) | |
| download | zen-18aeb8856dc168336955f0d2778cdc74c64a680f.tar.xz zen-18aeb8856dc168336955f0d2778cdc74c64a680f.zip | |
Merge remote-tracking branch 'origin/de/zen-service-command' into de/zen-service-command
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 |