diff options
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) |