mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 11:14:11 +00:00
Fix win32 build.
This commit is contained in:
parent
ed92950790
commit
381fa1d33b
@ -154,7 +154,7 @@ build_libretro_meteor()
|
|||||||
cd libretro-meteor/libretro
|
cd libretro-meteor/libretro
|
||||||
make platform=win CC=$CC CXX=$CXX -j4 || die "Failed to build Meteor"
|
make platform=win CC=$CC CXX=$CXX -j4 || die "Failed to build Meteor"
|
||||||
cp retro.dll ../libretro-git-meteor.dll
|
cp retro.dll ../libretro-git-meteor.dll
|
||||||
cd ../
|
cd ../..
|
||||||
else
|
else
|
||||||
echo "Meteor not fetched, skipping ..."
|
echo "Meteor not fetched, skipping ..."
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user