mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 20:14:22 +00:00
add RA build command for 64 bit
This commit is contained in:
parent
e0acbdb430
commit
005b4abed4
@ -1266,6 +1266,7 @@ then
|
||||
|
||||
fi
|
||||
|
||||
echo $ARCH
|
||||
if [ "${PLATFORM}" == "MINGW64" ] && [ "${RA}" == "YES" ];
|
||||
then
|
||||
|
||||
|
1
recipes/retroarch-win-mingw64-seh
Normal file
1
recipes/retroarch-win-mingw64-seh
Normal file
@ -0,0 +1 @@
|
||||
|
7
recipes/retroarch-win-mingw64-seh.conf
Normal file
7
recipes/retroarch-win-mingw64-seh.conf
Normal file
@ -0,0 +1,7 @@
|
||||
PATH /mingw64/bin
|
||||
platform MINGW64
|
||||
ARCH x86_64
|
||||
MAKE mingw32-make.exe
|
||||
CC /mingw64/bin/gcc
|
||||
CXX /mingw64/bin/g++
|
||||
RA YES
|
5
recipes/retroarch-win-mingw64-seh.ra
Normal file
5
recipes/retroarch-win-mingw64-seh.ra
Normal file
@ -0,0 +1,5 @@
|
||||
retroarch retroarch https://github.com/libretro/Retroarch.git PROJECT YES .
|
||||
overlays overlays https://github.com/libretro/common-overlays.git ASSETS YES retroarch/media
|
||||
shaders shaders_cg https://github.com/libretro/common-shaders.git ASSETS YES retroarch/media
|
||||
autoconfig autoconfig https://github.com/libretro/retroarch-joypad-autoconfig.git ASSETS YES retroarch/media
|
||||
assets assets https://github.com/libretro/retroarch-assets.git ASSETS YES retroarch/media
|
Loading…
Reference in New Issue
Block a user