engine: wscript: disable crashhandler for magx

This commit is contained in:
Alibek Omarov 2021-07-03 20:13:00 +03:00
parent ef53b5a644
commit 524efd6b2b
1 changed files with 3 additions and 0 deletions

View File

@ -82,6 +82,9 @@ def configure(conf):
if hasattr(conf.options, 'DLLEMU'):
conf.define_cond('XASH_DLL_LOADER', conf.options.DLLEMU)
if conf.env.MAGX:
conf.define('XASH_CRASHHANDLER', 0)
conf.env.ENGINE_TESTS = conf.options.ENGINE_TESTS
conf.define_cond('XASH_ENGINE_TESTS', conf.env.ENGINE_TESTS)