1
0
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:
Con Kolivas 2011-11-11 19:35:41 +11:00
parent 19cad2a615
commit b0bfd816d6

View File

@ -72,7 +72,7 @@ void *alloca (size_t);
#define WANT_X8632_SSE2 1
#endif
#if defined(__i386__) || defined(__x86_64__)
#if (defined(__i386__) || defined(__x86_64__)) && !defined(__APPLE__)
#define WANT_VIA_PADLOCK 1
#endif