[NDK/TESTS] The world isn't only amd64 or i386 (#1596)
authorwoachk <24752637+woachk@users.noreply.github.com>
Sat, 1 Jun 2019 22:39:57 +0000 (00:39 +0200)
committerHermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
Sat, 1 Jun 2019 22:39:57 +0000 (00:39 +0200)
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