Skip to content

Commit

Permalink
Windows build: Fix error introduced in f05e096
Browse files Browse the repository at this point in the history
  • Loading branch information
morevnaproject authored and blackwarthog committed Jan 13, 2017
1 parent 8e9a234 commit 616ed6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autobuild/fedora-crosscompile-win.sh
Expand Up @@ -612,7 +612,7 @@ make clean || true
[ ! -e config.cache ] || rm config.cache
/bin/sh ./bootstrap.sh
cp ./configure ./configure.real
echo -e "#/bin/sh \n export PKG_CONFIG_PATH=${PREFIX}/lib/pkgconfig:/usr/${TOOLCHAIN_HOST}/sys-root/mingw/lib/pkgconfig/:$PKG_CONFIG_PATH \n " > ./configure
echo -e "#/bin/sh \n export PKG_CONFIG_PATH=${PREFIX}/lib/pkgconfig:/usr/${TOOLCHAIN_HOST}/sys-root/mingw/lib/pkgconfig/:$PKG_CONFIG_PATH \n ./configure.real \$@ \n " > ./configure
chmod +x ./configure
${TOOLCHAIN}-configure \
--prefix=${PREFIX} \
Expand Down

0 comments on commit 616ed6d

Please sign in to comment.