mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-12 00:16:25 +01:00
Fix syntax.
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5126 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
93fc3f7e13
commit
9c8ecfd3bb
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ class LibraryInfo(Environment):
|
|||
def ENV_update(self, src_ENV):
|
||||
for k in src_ENV.keys():
|
||||
if k in self['ENV'].keys() and k in [ 'PATH', 'LD_LIBRARY_PATH',
|
||||
'LIB', PKG_CONFIG_PATH', 'INCLUDE' ]:
|
||||
'LIB', 'PKG_CONFIG_PATH', 'INCLUDE' ]:
|
||||
self['ENV'][k]=SCons.Util.AppendPath(self['ENV'][k], src_ENV[k])
|
||||
else:
|
||||
self['ENV'][k]=src_ENV[k]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue