diff options
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -111,6 +111,8 @@ if is_os("windows") then set_description("Enable http.sys server") option_end() add_define_by_config("ZEN_WITH_HTTPSYS", "httpsys") +else + add_defines("ZEN_WITH_HTTPSYS=0") end option("compute") |