mirror of
https://github.com/libretro/libretro-super.git
synced 2024-11-27 18:10:40 +00:00
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
|
||||
cd $RADIR
|
||||
RADIR=$PWD
|
||||
git clean -xdf
|
||||
echo "buildbot job: $jobid Building"
|
||||
echo
|
||||
|
||||
compile_audio_filters ${HELPER} ${MAKE}
|
||||
cd $RADIR
|
||||
compile_video_filters ${HELPER} ${MAKE}
|
||||
cd $RADIR
|
||||
|
||||
echo "configuring..."
|
||||
echo "configure command: $CONFIGURE $ARGS"
|
||||
|
Loading…
Reference in New Issue
Block a user