Remove tools/sanity_check dir from build in mingw cross compile

This is already added to build further down. I believe this is result of
a partially applied patch.
This commit is contained in:
Tim Mayberry 2013-07-20 10:40:29 +10:00
parent 1e9301a713
commit d0deae357b

View file

@ -47,10 +47,8 @@ i18n_children = [
]
if sys.platform == 'linux2':
children += [ 'tools/sanity_check' ]
lxvst_default = True
elif sys.platform == 'darwin':
children += [ 'libs/appleutility' ]
lxvst_default = False
else:
lxvst_default = False