1
0
Fork 0

* 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

@ -1,3 +1,8 @@
2008-07-04 Neil Roberts <neil@o-hand.com>
* build/mingw/mingw-cross-compile.sh: Default to the win32 flavour
instead of the SDL flavour
2008-07-04 Neil Roberts <neil@o-hand.com>
Bug 1015 - Cloning unparented actors with FBOs doesn't work with

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;