mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 12:12:28 +00:00
Fixed absent variable exception while trying to raise another exception.
This commit is contained in:
parent
c091c12dcc
commit
51a0a38135
@ -83,6 +83,7 @@ def configure(env):
|
||||
mono_lib_names = ['mono-2.0-sgen', 'monosgen-2.0']
|
||||
|
||||
if env['platform'] == 'windows':
|
||||
mono_root = None
|
||||
if bits == '32':
|
||||
if os.getenv('MONO32_PREFIX'):
|
||||
mono_root = os.getenv('MONO32_PREFIX')
|
||||
|
Loading…
Reference in New Issue
Block a user