Mercurial > hg > mxe
changeset 38:bde47ffff006
bugfix: sed -> $SED
author | vog <vog@brutus.rentapacs> |
---|---|
date | Sun, 01 Jul 2007 10:53:24 +0200 |
parents | 7c2fc627b257 |
children | 383b2c78d1a5 |
files | build_mingw_cross_env.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/build_mingw_cross_env.sh +++ b/build_mingw_cross_env.sh @@ -644,7 +644,7 @@ tar xfvj "$DOWNLOAD/libgpg-error-$VERSION_libgpg_error.tar.bz2" cd "libgpg-error-$VERSION_libgpg_error" # wine confuses the cross-compiling detection, so set it explicitly - sed 's,cross_compiling=no,cross_compiling=yes,' -i configure + $SED 's,cross_compiling=no,cross_compiling=yes,' -i configure ./configure \ --host="$TARGET" \ --disable-shared \