mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
SAFESEH:NO
This commit is contained in:
parent
be8a149d12
commit
39b0c9282f
|
@ -439,7 +439,7 @@ source_group_tree(src)
|
|||
set(TARGETS ${TARGETS_OWN} ${TARGETS_DEP})
|
||||
|
||||
if(MSVC)
|
||||
target_link_libraries(${TARGET_CLIENT} PRIVATE "-SAFESEH:NO") # No Windows 8 store
|
||||
target_link_libraries(${TARGET_CLIENT} -SAFESEH:NO) # No Windows 8 store
|
||||
endif()
|
||||
|
||||
foreach(target ${TARGETS})
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 8135082b8ea3ad911abcda39ef21bed1da77c62c
|
||||
Subproject commit 856f9c8039af923d54659c40ad45d148f62162df
|
Loading…
Reference in a new issue