Fix win32 build.

This commit is contained in:
Themaister 2012-08-28 10:17:04 +02:00
parent ed92950790
commit 381fa1d33b

View file

@ -154,7 +154,7 @@ build_libretro_meteor()
cd libretro-meteor/libretro
make platform=win CC=$CC CXX=$CXX -j4 || die "Failed to build Meteor"
cp retro.dll ../libretro-git-meteor.dll
cd ../
cd ../..
else
echo "Meteor not fetched, skipping ..."
fi