https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8e048b8ae9de11b2054b5400ed48261c43c6e431

commit 8e048b8ae9de11b2054b5400ed48261c43c6e431
Author:     woachk <[email protected]>
AuthorDate: Sun Jun 2 00:39:57 2019 +0200
Commit:     Hermès BÉLUSCA - MAÏTO <[email protected]>
CommitDate: Sun Jun 2 00:39:57 2019 +0200

    [NDK/TESTS] The world isn't only amd64 or i386 (#1596)
---
 sdk/include/ndk/tests/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdk/include/ndk/tests/CMakeLists.txt 
b/sdk/include/ndk/tests/CMakeLists.txt
index a72c95f0371..bd9028a677e 100644
--- a/sdk/include/ndk/tests/CMakeLists.txt
+++ b/sdk/include/ndk/tests/CMakeLists.txt
@@ -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

Reply via email to