Skip to content

Commit

Permalink
Merge pull request zeromq#1367 from evoskuil/master
Browse files Browse the repository at this point in the history
Problem: wrong default VC rt lib for release dynamic exe.
  • Loading branch information
c-rack committed Mar 14, 2015
2 parents 6b06bc3 + 1e27b36 commit eb34533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builds/msvc/properties/ReleaseDEXE.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<ItemDefinitionGroup>
<ClCompile>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
</ClCompile>
</ItemDefinitionGroup>

Expand Down

0 comments on commit eb34533

Please sign in to comment.