diff options
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -130,7 +130,7 @@ option_end() add_define_by_config("ZEN_ENABLE_MESH", "zenmesh") option("zentrace") - set_default(false) + set_default(true) set_showmenu(true) set_description("Enable UE's Trace support") option_end() |