aboutsummaryrefslogtreecommitdiff
path: root/ports/winnt/vs2015/debug-x64.props
diff options
context:
space:
mode:
Diffstat (limited to 'ports/winnt/vs2015/debug-x64.props')
-rw-r--r--ports/winnt/vs2015/debug-x64.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/winnt/vs2015/debug-x64.props b/ports/winnt/vs2015/debug-x64.props
index ac72381aef97..65d4f863f42a 100644
--- a/ports/winnt/vs2015/debug-x64.props
+++ b/ports/winnt/vs2015/debug-x64.props
@@ -16,8 +16,8 @@
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
- <AdditionalDependencies>$(OPENSSL64_LIB)\libeay32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<TargetMachine>MachineX64</TargetMachine>
+ <AdditionalLibraryDirectories>$(OPENSSL64_LIB)\vc</AdditionalLibraryDirectories>
</Link>
</ItemDefinitionGroup>
<ItemGroup />