Explorar o código

Fix the build for non-MS compilers.

Bill Hoffman %!s(int64=16) %!d(string=hai) anos
pai
achega
ceac346af6
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      Modules/CMakePlatformId.h.in

+ 3 - 1
Modules/CMakePlatformId.h.in

@@ -98,9 +98,11 @@
 #  define ARCHITECTURE_ID "X86"
 
 # else /* unknown architecture */
-#  defined ARCHITECTURE_ID ""
+#  define ARCHITECTURE_ID ""
 # endif
 
+#else
+#  define ARCHITECTURE_ID ""
 #endif
 
 /* Construct the string literal in pieces to prevent the source from