Skip to content

Commit 8693390

Browse files
committed
CLANG: Dunno why it needs this
1 parent a0da9dd commit 8693390

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/host/exe/Host.EXE.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@
8888
<Link>
8989
<AllowIsolation>true</AllowIsolation>
9090
<AdditionalDependencies>winmm.lib;imm32.lib;%(AdditionalDependencies)</AdditionalDependencies>
91+
<AdditionalDependencies Condition="'$(Configuration)'=='Release'">fmt.lib;%(AdditionalDependencies)</AdditionalDependencies>
92+
<AdditionalDependencies Condition="'$(Configuration)'=='Debug'">fmtd.lib;%(AdditionalDependencies)</AdditionalDependencies>
9193
<DelayLoadDLLs>icu.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
9294
</Link>
9395
</ItemDefinitionGroup>

0 commit comments

Comments
 (0)