mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-19 13:56:06 -04:00
updater: Compile with static VC runtime
This commit is contained in:
@@ -40,4 +40,8 @@ target_link_libraries(
|
||||
# zstd is hardcoded with /DEFAULTLIB:LIBCMT
|
||||
target_link_options(updater PRIVATE /NODEFAULTLIB:LIBCMT)
|
||||
|
||||
set_target_properties(updater PROPERTIES FOLDER frontend OUTPUT_NAME updater)
|
||||
set_target_properties(
|
||||
updater
|
||||
PROPERTIES FOLDER frontend
|
||||
OUTPUT_NAME updater
|
||||
MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
|
||||
|
||||
Reference in New Issue
Block a user