Skip to content

Commit

Permalink
Statically link CRT in CA (#2182)
Browse files Browse the repository at this point in the history
Mitigates needing a specific CRT installed on the target machine.
Typically for CAs.
  • Loading branch information
heaths committed May 12, 2023
1 parent 189bf20 commit f204b07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/installer/windows-actions/actions.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
<Optimization>MaxSpeed</Optimization>
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<RuntimeLibrary Condition="'$(Configuration)'=='Debug'">MultiThreadedDebug</RuntimeLibrary>
<RuntimeLibrary Condition="'$(Configuration)'=='Release'">MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<AdditionalDependencies>msi.lib;version.lib;%(AdditionalDependencies)</AdditionalDependencies>
Expand Down

0 comments on commit f204b07

Please sign in to comment.