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:
parent
8c63061eaa
commit
d8770654f5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user