Fix path typo when rewriting mingw pkgconfig files
This commit is contained in:
parent
eaf1dac531
commit
ac8a46c788
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ do
|
|||
if [ -d $BUILD_PATH/usr/i686-w64-mingw32/sys-root/mingw ]
|
||||
then
|
||||
# convert pkgconfig files
|
||||
if [ -d $BUILD_PATH/usr/i686-w64=mingw32/sys-root/mingw/lib/pkgconfig ]
|
||||
if [ -d $BUILD_PATH/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig ]
|
||||
then
|
||||
sed -i -e 's@^prefix=.*@prefix='$INSTALL_PATH'@' -e 's@/usr/i686-w64-mingw32/sys-root/mingw@${prefix}@' $BUILD_PATH/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/*.pc
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue