fix this for linux too

This commit is contained in:
radius 2017-01-13 23:42:11 -05:00
parent de8d63adf7
commit cc32e1c20f

View File

@ -1892,8 +1892,10 @@ if [ "${PLATFORM}" = "unix" ]; then
echo "buildbot job: $jobid Building"
echo
compile_audio_filters ${HELPER} ${MAKE}
compile_audio_filters ${HELPER} ${MAKE}
cd $RADIR
compile_video_filters ${HELPER} ${MAKE}
cd $RADIR
echo "configuring..."
echo "configure command: $CONFIGURE $ARGS"