fix conditional assignment of tools_subdirs

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8582 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-01-26 20:15:18 +00:00
parent 3d3e87130f
commit 358bc2bb45
1 changed files with 2 additions and 0 deletions

View File

@ -1239,6 +1239,8 @@ if env['RUBBERBAND']:
#
if env['IS_OSX'] == 0 :
tools_subdirs = [ 'tools/sanity_check' ]
else:
tools_subdirs = [ ]
opts.Save('scache.conf', env)