Update libretro-buildbot-recipe.sh

This commit is contained in:
Andrés 2017-01-12 17:16:43 -05:00 committed by GitHub
parent 550eedfc7b
commit 645d456b00
1 changed files with 4 additions and 0 deletions

View File

@ -1390,7 +1390,9 @@ if [ "${PLATFORM}" = "MINGW64" ] || [ "${PLATFORM}" = "MINGW32" ] || [ "${PLATFO
echo
compile_audio_filters ${HELPER} ${MAKE}
cd $RADIR
compile_video_filters ${HELPER} ${MAKE}
cd $RADIR
echo "configuring..."
echo "configure command: $CONFIGURE $ARGS"
@ -1889,7 +1891,9 @@ if [ "${PLATFORM}" = "unix" ]; then
echo
compile_audio_filters ${HELPER} ${MAKE}
cd $RADIR
compile_video_filters ${HELPER} ${MAKE}
cd $RADIR
echo "configuring..."
echo "configure command: $CONFIGURE $ARGS"