mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
[PSEH] Each amd64 compiler that we use support SEH
This commit is contained in:
parent
76a241dea6
commit
a19ca409ae
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ elseif(ARCH STREQUAL "arm")
|
|||
arm/seh_prolog.s)
|
||||
endif()
|
||||
|
||||
if(MSVC OR (CMAKE_C_COMPILER_ID STREQUAL "GNU" AND ARCH STREQUAL "amd64"))
|
||||
if(MSVC OR ARCH STREQUAL "amd64")
|
||||
|
||||
list(APPEND SOURCE dummy.c)
|
||||
add_asm_files(pseh_asm ${ASM_SOURCE})
|
||||
|
|
Loading…
Reference in a new issue