trying to fix issue 2670

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5580 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2010-06-03 04:58:36 +00:00
parent e4085f0f04
commit edabeffaaf
1 changed files with 2 additions and 1 deletions

View File

@ -165,7 +165,8 @@ else:
variables = vars,
ENV = {
'PATH' : os.environ['PATH'],
'HOME' : os.environ['HOME']
'HOME' : os.environ['HOME'],
'PKG_CONFIG_PATH' : os.environ.get('PKG_CONFIG_PATH')
},
BUILDERS = builders,
DESCRIPTION = description,