sys.platform == 'linux2' VA linux2.x and 3.x

git-svn-id: svn://localhost/ardour2/branches/3.0@13792 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Robin Gareus 2013-01-06 09:49:49 +00:00
parent a6d49b5f63
commit 982f9beaab

View File

@ -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':