1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-23 04:54:26 +00:00

x86_64 builds of mingw32 are not supported directly and should just configure as generic mingw32 builds since they're NOT 64 bit.

This commit is contained in:
Con Kolivas 2012-10-17 23:30:51 +11:00
parent 8fb777a2dd
commit 0a1fcad533

View File

@ -79,13 +79,6 @@ case $target in
esac esac
case $target in case $target in
x86_64-w64-mingw32)
have_x86_64=true
have_win32=true
PTHREAD_FLAGS=""
DLOPEN_FLAGS=""
WS2_LIBS="-lws2_32"
;;
*-*-mingw*) *-*-mingw*)
have_x86_64=false have_x86_64=false
have_win32=true have_win32=true