try this instead
This commit is contained in:
parent
f74fbdd0ba
commit
46dbd83e27
|
@ -1385,12 +1385,15 @@ if [ "${PLATFORM}" = "MINGW64" ] || [ "${PLATFORM}" = "MINGW32" ] || [ "${PLATFO
|
||||||
|
|
||||||
if [ "${BUILD}" = "YES" -o "${FORCE}" = "YES" -o "${FORCE_RETROARCH_BUILD}" == "YES" ]; then
|
if [ "${BUILD}" = "YES" -o "${FORCE}" = "YES" -o "${FORCE_RETROARCH_BUILD}" == "YES" ]; then
|
||||||
cd $RADIR
|
cd $RADIR
|
||||||
|
RADIR=$PWD
|
||||||
git clean -xdf
|
git clean -xdf
|
||||||
echo "buildbot job: $jobid Building"
|
echo "buildbot job: $jobid Building"
|
||||||
echo
|
echo
|
||||||
|
|
||||||
compile_audio_filters ${HELPER} ${MAKE}
|
compile_audio_filters ${HELPER} ${MAKE}
|
||||||
|
cd $RADIR
|
||||||
compile_video_filters ${HELPER} ${MAKE}
|
compile_video_filters ${HELPER} ${MAKE}
|
||||||
|
cd $RADIR
|
||||||
|
|
||||||
echo "configuring..."
|
echo "configuring..."
|
||||||
echo "configure command: $CONFIGURE $ARGS"
|
echo "configure command: $CONFIGURE $ARGS"
|
||||||
|
|
Loading…
Reference in New Issue