7373ead94a
- Add platform detection for aarch64
13 lines
754 B
Diff
13 lines
754 B
Diff
diff -up ./OpenNI2-FreenectDriver/extern/OpenNI-Linux-x64-2.2.0.33/Include/OniPlatform.h.aarch64 ./OpenNI2-FreenectDriver/extern/OpenNI-Linux-x64-2.2.0.33/Include/OniPlatform.h
|
|
--- ./OpenNI2-FreenectDriver/extern/OpenNI-Linux-x64-2.2.0.33/Include/OniPlatform.h.aarch64 2014-05-05 18:15:56.817039757 -0400
|
|
+++ ./OpenNI2-FreenectDriver/extern/OpenNI-Linux-x64-2.2.0.33/Include/OniPlatform.h 2014-05-05 18:16:43.015509240 -0400
|
|
@@ -39,7 +39,7 @@
|
|
# include "Android-Arm/OniPlatformAndroid-Arm.h"
|
|
#elif (__linux__ && (__i386__ || __x86_64__))
|
|
# include "Linux-x86/OniPlatformLinux-x86.h"
|
|
-#elif (__linux__ && __arm__)
|
|
+#elif (__linux__ && (__arm__ || __aarch64__))
|
|
# include "Linux-Arm/OniPlatformLinux-Arm.h"
|
|
#elif _ARC
|
|
# include "ARC/OniPlaformARC.h"
|