diff options
author | Callum Prentice <callum@gmail.com> | 2017-04-19 16:59:36 -0700 |
---|---|---|
committer | Callum Prentice <callum@gmail.com> | 2017-04-19 16:59:36 -0700 |
commit | aa85b420a157e3ea89f2ec21bbf012694ea8fe9d (patch) | |
tree | 28f0f253583b63b782f9b43dfb1cdf135006d7f9 /indra | |
parent | 9dd7c67012e305fa61d20135e6082389e622c88a (diff) |
Fix for 32bit builds of example plugin - need an extra parameter for visual studio
Diffstat (limited to 'indra')
-rw-r--r-- | indra/media_plugins/example/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/media_plugins/example/CMakeLists.txt b/indra/media_plugins/example/CMakeLists.txt index d2a17b1d76..42eb378172 100644 --- a/indra/media_plugins/example/CMakeLists.txt +++ b/indra/media_plugins/example/CMakeLists.txt @@ -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) |