Fix missing mono internal call

- Also fixed uninitalized variable in buildscript
This commit is contained in:
Ignacio Etcheverry 2018-09-17 22:54:47 +02:00
parent a4e4dd3966
commit e463834a8b
2 changed files with 6 additions and 0 deletions

View file

@ -134,6 +134,7 @@ def find_msbuild_unix(filename):
def find_msbuild_windows():
import mono_reg_utils as monoreg
mono_root = ''
bits = env['bits']
if bits == '32':