summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jhbuildrc.i686-w64-mingw322
1 files changed, 1 insertions, 1 deletions
diff --git a/jhbuildrc.i686-w64-mingw32 b/jhbuildrc.i686-w64-mingw32
index 8073087..2742684 100644
--- a/jhbuildrc.i686-w64-mingw32
+++ b/jhbuildrc.i686-w64-mingw32
@@ -61,7 +61,7 @@ buildroot = os.path.join('/jhbuild', os.environ['HOST'], 'build')
prefix = os.path.join('/jhbuild', os.environ['HOST'], 'install')
os.environ['ACLOCAL'] = 'aclocal -I ' + os.path.join(prefix, 'share', 'aclocal')
-os.environ['PKG_CONFIG_PATH'] = os.path.join(prefix, 'lib', 'pkgconfig') + ':' + os.path.join(prefix, 'share', 'pkgconfig')
+os.environ['PKG_CONFIG_PATH'] = os.path.join(prefix, 'lib', 'pkgconfig') + ':' + os.path.join(prefix, 'share', 'pkgconfig') + ':' + os.environ['PKG_CONFIG_PATH']
#os.environ['PKG_CONFIG_DEBUG_SPEW'] = '1'
os.environ['INSTALL'] = '/usr/bin/install-check'
os.environ['CFLAGS'] = '-g -O0 -fdiagnostics-show-option'