diff options
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ option("zensentry") set_showmenu(true) set_description("Enables Sentry support in Zen") option_end() -add_define_by_config("USE_SENTRY", "zensentry") +add_define_by_config("ZEN_USE_SENTRY", "zensentry") option("zenmimalloc") set_default(true) |