Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
woachk committed Feb 18, 2019
1 parent 0746aea commit 8444215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion render-only-sample/rosumd/rosumd.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<RuntimeLibrary Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<AdditionalDependencies>msvcrt.lib;libvcruntime.lib;ucrt.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>libcmt.lib;libvcruntime.lib;ucrt.lib;%(AdditionalDependencies)</AdditionalDependencies>
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
</Link>
<PostBuildEvent>
Expand Down

0 comments on commit 8444215

Please sign in to comment.