Remove debug echo
This commit is contained in:
parent
7b3403f256
commit
c0bf950b79
|
@ -292,7 +292,6 @@ libretro_build_core() {
|
|||
# TODO: Really, clean this up...
|
||||
eval "core_build_platform=\$libretro_${1}_build_platform"
|
||||
core_build_platform="${core_build_platform:-$FORMAT_COMPILER_TARGET}$opengl_type"
|
||||
eval echo "core_build_platform=\$libretro_${1}_build_platform$opengl_type"
|
||||
|
||||
echo "Building ${1}..."
|
||||
$core_build_rule $1
|
||||
|
|
Loading…
Reference in New Issue