aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-01-24 22:41:28 +0100
committerStefan Boberg <[email protected]>2023-01-24 22:47:53 +0100
commit2a3051367b0c1b1dee88f9d3a5741c6f77d42c3f (patch)
tree061ea4baa6e017c2479730b89c3a355cdd141418 /xmake.lua
parentremoved dead/experimental file system related code (diff)
downloadzen-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.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/xmake.lua b/xmake.lua
index 50f2c1706..621851c77 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -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)