diff --git a/modules/mono/config.py b/modules/mono/config.py index 8e65bdab8ca..3fcc6354b38 100644 --- a/modules/mono/config.py +++ b/modules/mono/config.py @@ -82,6 +82,7 @@ def configure(env): mono_lib_names = ['mono-2.0-sgen', 'monosgen-2.0'] if env['platform'] == 'windows': + mono_root = '' if bits == '32': if os.getenv('MONO32_PREFIX'): mono_root = os.getenv('MONO32_PREFIX')