Fix SNAFU, only expose RTA in debug builds for the time being

This commit is contained in:
Robin Gareus
2025-03-31 21:37:45 +02:00
parent daee40a013
commit 53ac429b4f

View File

@@ -868,7 +868,7 @@ def build(bld):
if bld.is_defined('MIXBUS') or bld.env['DEBUG']:
menus_argv += [ '-DVAPOR' ]
if not not bld.env['DEBUG']:
if not bld.env['DEBUG']:
menus_argv += [ '-DNDEBUG' ]
# always build all versions of the menu definitions