Remove tools/sanity_check dir from build in mingw cross compile
[ardour.git] / wscript
diff --git a/wscript b/wscript
index eefa532b1e74fd09bd8918d9caaaf06072d973f7..b96c8932f4aa8b6e590501a431bb82104ebab3a2 100644 (file)
--- 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