diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index 48af41c5..7da3cc3c 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -1266,6 +1266,7 @@ then fi +echo $ARCH if [ "${PLATFORM}" == "MINGW64" ] && [ "${RA}" == "YES" ]; then diff --git a/recipes/retroarch-win-mingw64-seh b/recipes/retroarch-win-mingw64-seh new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/recipes/retroarch-win-mingw64-seh @@ -0,0 +1 @@ + diff --git a/recipes/retroarch-win-mingw64-seh.conf b/recipes/retroarch-win-mingw64-seh.conf new file mode 100644 index 00000000..9a62c743 --- /dev/null +++ b/recipes/retroarch-win-mingw64-seh.conf @@ -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 diff --git a/recipes/retroarch-win-mingw64-seh.ra b/recipes/retroarch-win-mingw64-seh.ra new file mode 100644 index 00000000..1c1197fb --- /dev/null +++ b/recipes/retroarch-win-mingw64-seh.ra @@ -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