Fixup build on Win32.

This commit is contained in:
Themaister 2012-11-08 23:14:01 +01:00
parent cfcb18e783
commit 9a53a67d8d
3 changed files with 4 additions and 2 deletions

View File

@ -61,6 +61,8 @@ build_libretro_mednafen()
make core=wswan platform=win CC=$CC CXX=$CXX -j4 || die "Failed to build mednafen/wswan"
cp retro.dll ../libretro-0922-mednafen-wswan.dll
cd ..
cd ..
else
echo "Mednafen not fetched, skipping ..."
fi

View File

@ -54,7 +54,7 @@ build_libretro_mednafen()
cp mednafen_$(echo ${core} | tr '[\-]' '[_]')_libretro.so ../libretro-mednafen-${core}.so
cd ..
done
cd ../
cd ..
else
echo "Mednafen not fetched, skipping ..."
fi

View File

@ -49,7 +49,7 @@ fetch_project_mednafen()
if [ -d "$2" ]; then
cd "$2"
for core in psx pce_fast wswan
for core in psx pce-fast wswan
do
if [ -d "$core" ]; then
cd $core