13 lines
358 B
Plaintext
13 lines
358 B
Plaintext
make compilation work on any non-linux glibc system. See ArcticaProject/nx-libs#975
|
|
--- a/src/mesa/main/glheader.h
|
|
+++ b/src/mesa/main/glheader.h
|
|
@@ -62,7 +62,7 @@
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
-#if defined(__linux__) && defined(__i386__)
|
|
+#if defined(__GLIBC__) && defined(__i386__)
|
|
#include <fpu_control.h>
|
|
#endif
|
|
#endif
|