mirror of
https://github.com/libretro/libretro-super
synced 2024-12-28 15:19:36 +00:00
9 lines
183 B
Bash
Executable File
9 lines
183 B
Bash
Executable File
#!/bin/bash
|
|
|
|
RECIPE=recipes/apple/cores-osx-x64-generic
|
|
|
|
cd ~/libretro-super
|
|
|
|
# only build the one core specified in $CORE
|
|
SINGLE_CORE=${CORE} ./libretro-buildbot-recipe.sh ${RECIPE}
|