mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[NDK/TESTS] The world isn't only amd64 or i386 (#1596)
This commit is contained in:
parent
fcab77871e
commit
8e048b8ae9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue