diff options
| author | Stefan Boberg <[email protected]> | 2023-10-12 15:27:55 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-10-12 15:27:55 +0200 |
| commit | 83f4c7f9f564febbcc5895337e2cbc340d7da441 (patch) | |
| tree | ff3514b444bc6943e2668f8f145bf1c9b00556fc /xmake.lua | |
| parent | Change default port to 8558 (diff) | |
| parent | Update README.md (diff) | |
| download | zen-83f4c7f9f564febbcc5895337e2cbc340d7da441.tar.xz zen-83f4c7f9f564febbcc5895337e2cbc340d7da441.zip | |
Merge remote-tracking branch 'origin/main' into zs/default-port-change
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -148,7 +148,7 @@ set_languages("cxx20") -- always generate debug information set_symbols("debug") -includes("src/plugins") +includes("src/transports") includes("src/zencore", "src/zencore-test") includes("src/zenhttp") includes("src/zenstore", "src/zenstore-test") @@ -158,10 +158,6 @@ includes("src/zenserver", "src/zenserver-test") includes("src/zen") includes("src/zentest-appstub") -if is_plat("windows") then - includes("src/plugins/winsock") -end - task("bundle") set_menu { usage = "xmake bundle", |