mirror of
https://github.com/libretro/libretro-super
synced 2025-01-05 21:54:33 +00:00
win32 socket build fix **hack**
This commit is contained in:
parent
0af586aa40
commit
0287681e85
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user