From 454c0e909e7cf37f6ae8894457334aea134609fb Mon Sep 17 00:00:00 2001 From: aliaspider Date: Fri, 20 Jul 2018 23:56:37 +0100 Subject: [PATCH] fix dolphin recipe for linux. --- recipes/linux/cores-linux-x64-generic | 2 +- recipes/linux/cores-linux-x64-generic.conf | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/linux/cores-linux-x64-generic b/recipes/linux/cores-linux-x64-generic index 581541ff..b9cf6854 100644 --- a/recipes/linux/cores-linux-x64-generic +++ b/recipes/linux/cores-linux-x64-generic @@ -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 diff --git a/recipes/linux/cores-linux-x64-generic.conf b/recipes/linux/cores-linux-x64-generic.conf index 34a3c7a5..2efe9fb2 100644 --- a/recipes/linux/cores-linux-x64-generic.conf +++ b/recipes/linux/cores-linux-x64-generic.conf @@ -4,6 +4,4 @@ MAKEPORTABLE YES CORE_JOB YES MAKE make CMAKE cmake -CXX=g++-7 -CC=gcc-7 PATH /usr/lib/ccache