* build/mingw/mingw-cross-compile.sh: Default to the win32 flavour
instead of the SDL flavour
This commit is contained in:
parent
167475e422
commit
0af3df1217
@ -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>
|
2008-07-04 Neil Roberts <neil@o-hand.com>
|
||||||
|
|
||||||
Bug 1015 - Cloning unparented actors with FBOs doesn't work with
|
Bug 1015 - Cloning unparented actors with FBOs doesn't work with
|
||||||
|
@ -336,7 +336,7 @@ if y_or_n "Do you want to checkout and build Clutter?"; then
|
|||||||
exit 1;
|
exit 1;
|
||||||
fi;
|
fi;
|
||||||
( cd "$CLUTTER_BUILD_DIR" && ./autogen.sh --prefix="$ROOT_DIR" \
|
( 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
|
if [ "$?" -ne 0 ]; then
|
||||||
echo "autogen failed";
|
echo "autogen failed";
|
||||||
exit 1;
|
exit 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user