summaryrefslogtreecommitdiff
path: root/Source/Core/Common
diff options
context:
space:
mode:
authordegasus <wickmarkus@web.de>2020-04-29 12:51:35 +0200
committerdegasus <wickmarkus@web.de>2020-04-29 12:56:52 +0200
commitfc0df37d9427ba0512a6cc4348cef730e117e5fc (patch)
tree259db8124802d1ae301e1ef90628974c2f417332 /Source/Core/Common
parent990acbb17db9e0c05b2ec701a054a47284fc72d9 (diff)
Fix windows build system.
Diffstat (limited to 'Source/Core/Common')
-rw-r--r--Source/Core/Common/Common.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Common.vcxproj b/Source/Core/Common/Common.vcxproj
index db8f850615..2f05fd2999 100644
--- a/Source/Core/Common/Common.vcxproj
+++ b/Source/Core/Common/Common.vcxproj
@@ -297,7 +297,7 @@
<ProjectReference Include="$(ExternalsDir)libpng\png\png.vcxproj">
<Project>{4c9f135b-a85e-430c-bad4-4c67ef5fc12c}</Project>
</ProjectReference>
- <ProjectReference Include="..\..\..\Externals\curl\curl.vcxproj">
+ <ProjectReference Include="$(ExternalsDir)curl\curl.vcxproj">
<Project>{bb00605c-125f-4a21-b33b-7bf418322dcb}</Project>
</ProjectReference>
<ProjectReference Include="SCMRevGen.vcxproj">