|
Line 0
Link Here
|
|
|
1 |
--- renderer/tr_main.cpp.orig 2019-02-11 12:39:53 UTC |
| 2 |
+++ renderer/tr_main.cpp |
| 3 |
@@ -26,7 +26,7 @@ If you have questions concerning this license or the a |
| 4 |
=========================================================================== |
| 5 |
*/ |
| 6 |
|
| 7 |
-#ifdef __ppc__ |
| 8 |
+#if defined(__ppc__) && defined(__APPLE__) |
| 9 |
#include <vecLib/vecLib.h> |
| 10 |
#endif |
| 11 |
#if defined(__GNUC__) && defined(__SSE2__) |