From af6ce6c89036bc4fda83a60f25565551b4335600 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s?= Date: Fri, 20 Mar 2015 20:08:56 -0500 Subject: [PATCH] remove hack remove hack --- libretro-buildbot-recipe.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index b4e41a40..901d023a 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -1062,8 +1062,8 @@ if [ "${PLATFORM}" = "MINGW64" ] || [ "${PLATFORM}" = "MINGW32" ] && [ "${RA}" = ## 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 + #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..."