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 15ef613 commit 2d1147fCopy full SHA for 2d1147f
include/mrdocs/Platform.hpp
@@ -72,8 +72,8 @@ namespace mrdocs {
72
# endif
73
#endif
74
75
-#if ! defined(__x86_64__) && ! defined(_WIN64)
76
-# error mrdox requires a 64-bit archtecture
+#if ! defined(__x86_64__) && ! defined(_WIN64) && ! defined(__aarch64__)
+# error mrdocs requires a 64-bit architecture
77
78
79
} // mrdocs
0 commit comments