diff options
| author | Stefan Boberg <[email protected]> | 2023-01-24 22:22:58 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-01-24 22:45:47 +0100 |
| commit | af26e31e265a27466257022c802c0cc579934eef (patch) | |
| tree | 14097b9a77cee0379d03c098a22b2bf41cd01969 /xmake.lua | |
| parent | added precommit task (diff) | |
| download | zen-af26e31e265a27466257022c802c0cc579934eef.tar.xz zen-af26e31e265a27466257022c802c0cc579934eef.zip | |
removed faux vfs config option
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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) |