From 982f9beaab59b55777cab289779b31d4bba29b58 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 6 Jan 2013 09:49:49 +0000 Subject: [PATCH] sys.platform == 'linux2' VA linux2.x and 3.x git-svn-id: svn://localhost/ardour2/branches/3.0@13792 d708f5d6-7413-0410-9779-e7cbd77b26cf --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 9a4b4dda76..cf90329673 100644 --- a/wscript +++ b/wscript @@ -46,7 +46,7 @@ i18n_children = [ 'libs/gtkmm2ext', ] -if sys.platform == 'linux': +if sys.platform == 'linux2': children += [ 'tools/sanity_check' ] lxvst_default = True elif sys.platform == 'darwin':