aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake.lua b/xmake.lua
index 0fd258d1c..b77c9fd83 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -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)