1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

Add x86_64 w64 mingw32 target courtesy of dukrat.

This commit is contained in:
Con Kolivas 2011-10-28 11:11:28 +11:00
parent 8c63061eaa
commit d8770654f5

View File

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