From d0deae357bba112a51a60a30cb97e7736636a120 Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Sat, 20 Jul 2013 10:40:29 +1000 Subject: [PATCH] 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. --- wscript | 2 -- 1 file changed, 2 deletions(-) diff --git a/wscript b/wscript index eefa532b1e..b96c8932f4 100644 --- a/wscript +++ b/wscript @@ -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