mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[SDK] Make sure we build pefixup with AMD64 definitions
This commit is contained in:
committed by
Jérôme Gardou
parent
b513c61cd1
commit
1d1a21a920
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user