Skip to content
Snippets Groups Projects
Commit aa85b420 authored by Callum Prentice's avatar Callum Prentice
Browse files

Fix for 32bit builds of example plugin - need an extra parameter for visual studio

parent 9dd7c670
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ if (WINDOWS)
set_target_properties(
media_plugin_example
PROPERTIES
LINK_FLAGS "/MANIFEST:NO"
LINK_FLAGS "/MANIFEST:NO /SAFESEH:NO /LTCG /NODEFAULTLIB:LIBCMT"
)
endif (WINDOWS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment