aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2022-01-13 15:33:17 +0100
committerMartin Ridgers <[email protected]>2022-01-13 16:00:08 +0100
commit58e84a0eade511222ba92ed8de98909df84c4f5e (patch)
tree7eea16d6005229a4d889dc9ea179729dfd086d7b /xmake.lua
parentDo not try to define USE_SENTRY if it's already defined (diff)
downloadzen-58e84a0eade511222ba92ed8de98909df84c4f5e.tar.xz
zen-58e84a0eade511222ba92ed8de98909df84c4f5e.zip
Added ZEN_ prefix to define for consistency
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)