mirror of
https://github.com/libretro/libretro-super
synced 2025-02-28 06:39:53 +00:00
In libretro-buildbot-recipe.sh line 148: if [ -z "${HELPER} ${MAKE}" ]; then ^-- SC2157: Argument to -z is always false due to literal strings. In libretro-buildbot-recipe.sh line 348: echo "CLEANUP CMD: $@" 2>&1 | tee -a "$LOGFILE" ^-- SC2145: Argument mixes string and array. Use * or separate argument. In libretro-buildbot-recipe.sh line 352: echo "CLEANUP CMD: $@" 2>&1 | tee -a "$LOGFILE" ^-- SC2145: Argument mixes string and array. Use * or separate argument. In libretro-buildbot-recipe.sh line 372: echo "BUILD CMD: ${CMAKE} $@" 2>&1 | tee -a "$LOGFILE" ^-- SC2145: Argument mixes string and array. Use * or separate argument. In libretro-buildbot-recipe.sh line 380: echo "BUILD CMD: $@" 2>&1 | tee -a "$LOGFILE" ^-- SC2145: Argument mixes string and array. Use * or separate argument. In libretro-buildbot-recipe.sh line 388: echo "BUILD CMD: $@" 2>&1 | tee -a "$LOGFILE" ^-- SC2145: Argument mixes string and array. Use * or separate argument. In libretro-buildbot-recipe.sh line 480: echo "BUILD CMD: $@" 2>&1 | tee -a "$LOGFILE" ^-- SC2145: Argument mixes string and array. Use * or separate argument. In libretro-buildbot-recipe.sh line 626: if git config --file "$DIR/.gitmodules" --name-only --get-regexp path 2>&1 >/dev/null; then ^-- SC2069: The order of the 2>&1 and the redirect matters. The 2>&1 has to be last. In libretro-buildbot-recipe.sh line 1018: if [ -n ${CUSTOM_BUILD} ]; then ^-- SC2070: -n doesn't work with unquoted arguments. Quote or use [[ ]]. In libretro-buildbot-recipe.sh line 1045: if [ -n ${CUSTOM_BUILD_DEBUG} ]; then ^-- SC2070: -n doesn't work with unquoted arguments. Quote or use [[ ]].
Libretro Super Repository
Fetch, build and install a number of libretro projects.
Dependencies
See the Compilation notes for prerequisites.
Usage
Download and Build
make
Install
make install
Description
Languages
Shell
92.6%
Python
3.3%
CMake
2.1%
Batchfile
1.9%