aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-01-24 22:22:58 +0100
committerStefan Boberg <[email protected]>2023-01-24 22:45:47 +0100
commitaf26e31e265a27466257022c802c0cc579934eef (patch)
tree14097b9a77cee0379d03c098a22b2bf41cd01969 /xmake.lua
parentadded precommit task (diff)
downloadzen-af26e31e265a27466257022c802c0cc579934eef.tar.xz
zen-af26e31e265a27466257022c802c0cc579934eef.zip
removed faux vfs config option
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/xmake.lua b/xmake.lua
index 1eeeb2a5a..50f2c1706 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -105,14 +105,6 @@ if not is_arch("arm64") then
end
if is_os("windows") then
- option("vfs")
- -- note: this is an old prototype and is not functional at all at the moment
- set_default(false)
- set_showmenu(false)
- set_description("Enable VFS functionality")
- option_end()
- add_define_by_config("ZEN_WITH_VFS", "vfs")
-
option("httpsys")
set_default(true)
set_showmenu(true)