* build/mingw/mingw-cross-compile.sh: Default to the win32 flavour

instead of the SDL flavour
This commit is contained in:
Neil Roberts
2008-07-04 12:14:13 +00:00
parent 167475e422
commit 0af3df1217
2 changed files with 6 additions and 1 deletions

View File

@@ -336,7 +336,7 @@ if y_or_n "Do you want to checkout and build Clutter?"; then
exit 1;
fi;
( cd "$CLUTTER_BUILD_DIR" && ./autogen.sh --prefix="$ROOT_DIR" \
--host="$TARGET" --target="$TARGET" --with-flavour=sdl );
--host="$TARGET" --target="$TARGET" --with-flavour=win32 );
if [ "$?" -ne 0 ]; then
echo "autogen failed";
exit 1;