From 8e048b8ae9de11b2054b5400ed48261c43c6e431 Mon Sep 17 00:00:00 2001 From: woachk <24752637+woachk@users.noreply.github.com> Date: Sun, 2 Jun 2019 00:39:57 +0200 Subject: [PATCH] [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