mirror of
https://github.com/reactos/reactos.git
synced 2026-06-09 17:33:50 +08:00
[CMAKE] Some arm cmake fixes
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user