We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf092c commit 873a2ccCopy full SHA for 873a2cc
OpenNI2-FreenectDriver/extern/OpenNI-Linux-x64-2.2.0.33/Include/OniPlatform.h
@@ -39,7 +39,7 @@
39
# include "Android-Arm/OniPlatformAndroid-Arm.h"
40
#elif (__linux__ && (__i386__ || __x86_64__))
41
# include "Linux-x86/OniPlatformLinux-x86.h"
42
-#elif (__linux__ && __arm__)
+#elif (__linux__ && (__arm__ || __aarch64__))
43
# include "Linux-Arm/OniPlatformLinux-Arm.h"
44
#elif _ARC
45
# include "ARC/OniPlaformARC.h"
0 commit comments