diff options
| author | Stefan Boberg <[email protected]> | 2023-01-24 22:41:28 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-01-24 22:47:53 +0100 |
| commit | 2a3051367b0c1b1dee88f9d3a5741c6f77d42c3f (patch) | |
| tree | 061ea4baa6e017c2479730b89c3a355cdd141418 /xmake.lua | |
| parent | removed dead/experimental file system related code (diff) | |
| download | zen-2a3051367b0c1b1dee88f9d3a5741c6f77d42c3f.tar.xz zen-2a3051367b0c1b1dee88f9d3a5741c6f77d42c3f.zip | |
removed HttpLaunchService and related code
this has been used for testing purposes but should not be in the production executable
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -127,13 +127,6 @@ option("compute") option_end() add_define_by_config("ZEN_WITH_COMPUTE_SERVICES", "compute") -option("exec") - set_default(is_os("windows")) - set_showmenu(true) - set_description("Enable exec services endpoint") -option_end() -add_define_by_config("ZEN_WITH_EXEC_SERVICES", "exec") - option("zenmesh") -- note: this is an old prototype and is not functional at all at the moment set_default(false) |