win32 socket build fix **hack**

This commit is contained in:
Radius 2015-03-19 16:35:37 -05:00
parent 0af586aa40
commit 0287681e85

View File

@ -1057,7 +1057,14 @@ if [ "${PLATFORM}" = "MINGW64" ] || [ "${PLATFORM}" = "MINGW32" ] && [ "${RA}" =
echo BUILDBOT JOB: $jobid retroarch configure success!
else
echo BUILDBOT JOB: $jobid retroarch configure failure!
fi
fi
## hack, remove when the configure script has been fixed
grep -v "HAVE_SOCKET_LEGACY" config.h > temp && mv temp config.h
grep -v "HAVE_SOCKET_LEGACY" config.mk > temp && mv temp config.mk
echo "building..."
echo "build command: $MAKE -j${JOBS}"