This commit is contained in:
twinaphex 2019-05-11 22:13:47 +02:00
parent dbd4b3b45c
commit ca3c3df20d
1 changed files with 2 additions and 2 deletions

View File

@ -336,12 +336,12 @@ build_libretro_test() {
build_dir="$WORKDIR/retroarch"
if build_should_skip "test" "$build_dir"; then
echo "Core test is already built, skipping..."
echo 'Core test is already built, skipping...'
return
fi
if [ -d "$build_dir" ]; then
echo "=== Building RetroArch test cores ==="
echo '=== Building RetroArch test cores ==='
if check_opengl; then
build_libretro_generic "retroarch" "cores/libretro-test-gl" "Makefile" $FORMAT_COMPILER_TARGET "$build_dir"
copy_core_to_dist "testgl"