mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[SDK] Make sure we build pefixup with AMD64 definitions
This commit is contained in:
parent
b513c61cd1
commit
1d1a21a920
1 changed files with 3 additions and 0 deletions
|
@ -40,5 +40,8 @@ if(NOT MSVC)
|
|||
add_subdirectory(rsym)
|
||||
|
||||
add_host_tool(pefixup pefixup.c)
|
||||
if (ARCH STREQUAL "amd64")
|
||||
target_compile_definitions(pefixup PRIVATE _TARGET_PE64)
|
||||
endif()
|
||||
target_link_libraries(pefixup PRIVATE host_includes)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue