diff options
| author | Stefan Boberg <[email protected]> | 2021-09-09 17:04:18 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-09 17:04:18 +0200 |
| commit | 05489ea7820e8dc982755373ad935386de5a1b91 (patch) | |
| tree | ae8550750cac7dc595183b44a6fd90ce49c4827c /xmake.lua | |
| parent | Improved VFS feature toggle logic (diff) | |
| download | zen-05489ea7820e8dc982755373ad935386de5a1b91.tar.xz zen-05489ea7820e8dc982755373ad935386de5a1b91.zip | |
Attempted to tweak option defaults, they still don't quite work the way I would like but I'll submit it anyway
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ option("vfs") option_end() option("httpsys") + set_default(true) set_showmenu(true) set_description("Enable http.sys server") add_defines("ZEN_WITH_HTTPSYS") |