mirror of
https://github.com/libretro/libretro-super.git
synced 2024-11-30 19:41:02 +00:00
Merge pull request #844 from aliaspider/master
fix dolphin recipe for linux.
This commit is contained in:
commit
4e427d43fa
@ -18,7 +18,7 @@ crocods libretro-crocods https://github.com/libretro/libretro-crocods.git master
|
||||
desmume libretro-desmume https://github.com/libretro/desmume.git master YES GENERIC Makefile.libretro desmume/src/frontend/libretro
|
||||
desmume2015 libretro-desmume2015 https://github.com/libretro/desmume2015.git master YES GENERIC Makefile.libretro desmume
|
||||
dinothawr libretro-dinothawr https://github.com/libretro/Dinothawr.git master YES GENERIC Makefile .
|
||||
dolphin libretro-dolphin https://github.com/libretro/dolphin.git master YES CMAKE Makefile build -DLIBRETRO=ON -DCMAKE_BUILD_TYPE=Release
|
||||
dolphin libretro-dolphin https://github.com/libretro/dolphin.git master YES CMAKE Makefile build -DLIBRETRO=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=g++-7 -DCMAKE_C_COMPILER=gcc-7
|
||||
dosbox libretro-dosbox https://github.com/libretro/dosbox-libretro.git master YES GENERIC Makefile.libretro .
|
||||
dosbox_svn libretro-dosbox_svn https://github.com/fr500/dosbox-svn libretro YES GENERIC Makefile.libretro libretro
|
||||
easyrpg libretro-easyrpg https://github.com/libretro/easyrpg-libretro.git master YES GENERIC Makefile.libretro builds/libretro
|
||||
|
@ -4,6 +4,4 @@ MAKEPORTABLE YES
|
||||
CORE_JOB YES
|
||||
MAKE make
|
||||
CMAKE cmake
|
||||
CXX=g++-7
|
||||
CC=gcc-7
|
||||
PATH /usr/lib/ccache
|
||||
|
Loading…
Reference in New Issue
Block a user