mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 21:56:06 +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_subdirectory(rsym)
|
||||||
|
|
||||||
add_host_tool(pefixup pefixup.c)
|
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)
|
target_link_libraries(pefixup PRIVATE host_includes)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue