From 3488b2fe094169456a4aff2f2b021a54b2db8254 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 24 Jun 2009 21:20:20 +0000 Subject: splash screen fix from nedko ; fix cleanup's failure to correctly locate files listed in XML nodes ; Route::set_name() doesn't need to be virtual ; minor text alterations git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5268 d708f5d6-7413-0410-9779-e7cbd77b26cf --- SConstruct | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 06b0884f54..1867a3a258 100644 --- a/SConstruct +++ b/SConstruct @@ -401,11 +401,9 @@ env.Append (BUILDERS = {'Tarball' : tarball_bld}) def pushEnvironment(context): if os.environ.has_key('PATH'): - context.Append(PATH = os.environ['PATH']) context['ENV']['PATH'] = os.environ['PATH'] if os.environ.has_key('PKG_CONFIG_PATH'): - context.Append(PKG_CONFIG_PATH = os.environ['PKG_CONFIG_PATH']) context['ENV']['PKG_CONFIG_PATH'] = os.environ['PKG_CONFIG_PATH'] if os.environ.has_key('CC'): @@ -434,7 +432,7 @@ deps = \ 'raptor' : '1.4.2', 'lrdf' : '0.4.0', 'jack' : '0.109.0', - 'libgnomecanvas-2.0' : '2.0', + 'libgnomecanvas-2.0' : '2.0' } def DependenciesRequiredMessage(): -- cgit v1.2.3