summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2015-03-17 15:33:37 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2015-03-17 22:30:12 +0000
commit842b5e2dea718adc85777325b940660dfb6eb459 (patch)
tree29d9a0f08aa30903b4ae42403101b6a64d006be4
parenta120e79104e7cf2534e6ab38f7e630f6518c4998 (diff)
Augment rather than replace PKG_CONFIG_PATHmsys2
-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'