diff options
| author | Martin Ridgers <[email protected]> | 2022-01-13 15:33:17 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2022-01-13 16:00:08 +0100 |
| commit | 58e84a0eade511222ba92ed8de98909df84c4f5e (patch) | |
| tree | 7eea16d6005229a4d889dc9ea179729dfd086d7b /xmake.lua | |
| parent | Do not try to define USE_SENTRY if it's already defined (diff) | |
| download | zen-58e84a0eade511222ba92ed8de98909df84c4f5e.tar.xz zen-58e84a0eade511222ba92ed8de98909df84c4f5e.zip | |
Added ZEN_ prefix to define for consistency
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) |