assimp: restrict a patch that breaks build on ppc

Since before ppc, the only relevant non-x86 targets were the
ARM ones, and it builds fine on ppc64, restrict this patch to
ARM only.
This commit is contained in:
q66 2019-02-10 18:15:29 +01:00
parent 8ada354e33
commit 27431fa55e

View file

@ -4,7 +4,7 @@
/// \author smal.root@gmail.com
/// \date 2016
+#if !defined(__x86_64__) && !defined(__i386__)
+#if defined(__arm__)
+// Avoid conflict for types GLsizeiptr and GLintptr
+#define GL_VERSION_1_5
+