mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 20:44:19 +00:00
Don't build VIA on apple since -a auto bombs instead of gracefully ignoring VIA failing.
This commit is contained in:
parent
19cad2a615
commit
b0bfd816d6
2
miner.h
2
miner.h
@ -72,7 +72,7 @@ void *alloca (size_t);
|
|||||||
#define WANT_X8632_SSE2 1
|
#define WANT_X8632_SSE2 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__i386__) || defined(__x86_64__)
|
#if (defined(__i386__) || defined(__x86_64__)) && !defined(__APPLE__)
|
||||||
#define WANT_VIA_PADLOCK 1
|
#define WANT_VIA_PADLOCK 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user