mirror of
https://github.com/libretro/libretro-super
synced 2025-03-30 04:21:01 +00:00
use new option to specify single core
This commit is contained in:
parent
5b4345193c
commit
7e0ef02ddd
@ -15,6 +15,4 @@ tar Jkxf 3ds.tar.xz
|
||||
cd ~/libretro-super
|
||||
|
||||
# only build the one core specified in $CORE
|
||||
egrep "^$CORE " ${RECIPE} | head -1 >${RECIPE}.new && mv ${RECIPE}.new ${RECIPE}
|
||||
|
||||
./libretro-buildbot-recipe.sh ${RECIPE}
|
||||
SINGLE_CORE=${CORE} ./libretro-buildbot-recipe.sh ${RECIPE}
|
||||
|
@ -5,6 +5,4 @@ RECIPE=recipes/linux/cores-linux-x64-generic
|
||||
cd ~/libretro-super
|
||||
|
||||
# only build the one core specified in $CORE
|
||||
egrep "^$CORE " ${RECIPE} | head -1 >${RECIPE}.new && mv ${RECIPE}.new ${RECIPE}
|
||||
|
||||
./libretro-buildbot-recipe.sh ${RECIPE}
|
||||
SINGLE_CORE=${CORE} ./libretro-buildbot-recipe.sh ${RECIPE}
|
||||
|
@ -16,6 +16,4 @@ tar Jkxf wiiu.tar.xz
|
||||
cd ~/libretro-super
|
||||
|
||||
# only build the one core specified in $CORE
|
||||
egrep "^$CORE " ${RECIPE} | head -1 >${RECIPE}.new && mv ${RECIPE}.new ${RECIPE}
|
||||
|
||||
./libretro-buildbot-recipe.sh ${RECIPE}
|
||||
SINGLE_CORE=${CORE} ./libretro-buildbot-recipe.sh ${RECIPE}
|
||||
|
@ -5,6 +5,4 @@ RECIPE=recipes/apple/cores-osx-x64-generic
|
||||
cd ~/libretro-super
|
||||
|
||||
# only build the one core specified in $CORE
|
||||
egrep "^$CORE " ${RECIPE} | head -1 >${RECIPE}.new && mv ${RECIPE}.new ${RECIPE}
|
||||
|
||||
./libretro-buildbot-recipe.sh ${RECIPE}
|
||||
SINGLE_CORE=${CORE} ./libretro-buildbot-recipe.sh ${RECIPE}
|
||||
|
@ -16,6 +16,4 @@ tar Jkxf wiiu.tar.xz
|
||||
cd ~/libretro-super
|
||||
|
||||
# only build the one core specified in $CORE
|
||||
egrep "^$CORE " ${RECIPE} | head -1 >${RECIPE}.new && mv ${RECIPE}.new ${RECIPE}
|
||||
|
||||
./libretro-buildbot-recipe.sh ${RECIPE}
|
||||
SINGLE_CORE=${CORE} ./libretro-buildbot-recipe.sh ${RECIPE}
|
||||
|
@ -15,6 +15,4 @@ tar Jkxf wiiu.tar.xz
|
||||
cd ~/libretro-super
|
||||
|
||||
# only build the one core specified in $CORE
|
||||
egrep "^$CORE " ${RECIPE} | head -1 >${RECIPE}.new && mv ${RECIPE}.new ${RECIPE}
|
||||
|
||||
./libretro-buildbot-recipe.sh ${RECIPE}
|
||||
SINGLE_CORE=${CORE} ./libretro-buildbot-recipe.sh ${RECIPE}
|
||||
|
Loading…
x
Reference in New Issue
Block a user