[NDK/TESTS] The world isn't only amd64 or i386 (#1596)
[reactos.git] / sdk / include / ndk / tests / CMakeLists.txt
index a72c95f..bd9028a 100644 (file)
@@ -7,7 +7,7 @@ add_library(ndk_tests
     win8_x64.c
     win81_x64.c
     win10_x64.c)
-else()
+elseif(ARCH STREQUAL "i386")
 add_library(ndk_tests
     win2003_x86.c
     winvista_x86.c