mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
/SAFESEH:NO is a VC thing
This commit is contained in:
parent
9b46ee1f71
commit
3fb3f31319
@ -551,8 +551,10 @@ if (MSVC)
|
|||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
target_link_options(isle PRIVATE "/SAFESEH:NO")
|
if(MSVC)
|
||||||
target_link_options(lego1 PRIVATE "/SAFESEH:NO")
|
target_link_options(isle PRIVATE "/SAFESEH:NO")
|
||||||
|
target_link_options(lego1 PRIVATE "/SAFESEH:NO")
|
||||||
|
endif()
|
||||||
|
|
||||||
if (MSVC_FOR_DECOMP)
|
if (MSVC_FOR_DECOMP)
|
||||||
foreach(tgt IN LISTS lego1_targets)
|
foreach(tgt IN LISTS lego1_targets)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user