mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:16:04 +00:00
[CMAKE] Some arm cmake fixes
This commit is contained in:
parent
9f5f7a97f8
commit
b5dc79c963
2 changed files with 18 additions and 16 deletions
|
@ -6,6 +6,6 @@ endif()
|
|||
include(ntdll_crt_apitest.cmake)
|
||||
include(msvcrt_crt_apitest.cmake)
|
||||
|
||||
if(NOT ARCH STREQUAL "amd64")
|
||||
if(NOT ARCH STREQUAL "amd64" AND NOT ARCH STREQUAL "arm")
|
||||
include(crtdll_crt_apitest.cmake)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue