diff options
| author | degasus <wickmarkus@web.de> | 2020-04-29 12:51:35 +0200 |
|---|---|---|
| committer | degasus <wickmarkus@web.de> | 2020-04-29 12:56:52 +0200 |
| commit | fc0df37d9427ba0512a6cc4348cef730e117e5fc (patch) | |
| tree | 259db8124802d1ae301e1ef90628974c2f417332 /Source/Core/Common | |
| parent | 990acbb17db9e0c05b2ec701a054a47284fc72d9 (diff) | |
Fix windows build system.
Diffstat (limited to 'Source/Core/Common')
| -rw-r--r-- | Source/Core/Common/Common.vcxproj | 2 |
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"> |
