mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 05:01:03 +00:00
[NTDLL_VISTA] Fix the build for arm
This commit is contained in:
parent
6872cef0da
commit
ca4b001544
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ list(APPEND SOURCE
|
|||
|
||||
add_library(ntdll_vista MODULE ${SOURCE})
|
||||
set_module_type(ntdll_vista win32dll ENTRYPOINT DllMain 12)
|
||||
if(ARCH STREQUAL "arm")
|
||||
target_link_libraries(ntdll_vista chkstk)
|
||||
endif()
|
||||
add_importlibs(ntdll_vista ntdll)
|
||||
add_dependencies(ntdll_vista psdk)
|
||||
add_cd_file(TARGET ntdll_vista DESTINATION reactos/system32 FOR all)
|
||||
|
|
Loading…
Reference in a new issue