aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-01-27 20:52:38 -0500
committerJack Lloyd <[email protected]>2017-01-27 20:52:38 -0500
commit81ab8b95a0371001a086d3c11b616e22575eebb5 (patch)
tree35f7ac6f916555f4c2ace7706b056e51d25f9aff /src
parentba2c67366da4e365c90a059b6b348039a26ecebd (diff)
parent20f8cdbd051fa7f43792660263b60a1aa80b682d (diff)
Merge GH #857 Add --with-external-libdir to configure.py
Diffstat (limited to 'src')
-rw-r--r--src/build-data/cc/msvc.txt2
-rw-r--r--src/lib/prov/openssl/info.txt3
2 files changed, 3 insertions, 2 deletions
diff --git a/src/build-data/cc/msvc.txt b/src/build-data/cc/msvc.txt
index c1b820b91..edf34017d 100644
--- a/src/build-data/cc/msvc.txt
+++ b/src/build-data/cc/msvc.txt
@@ -5,7 +5,7 @@ linker_name link
output_to_option "/Fo"
add_include_dir_option "/I"
-add_lib_dir_option -L
+add_lib_dir_option "/LIBPATH:"
add_lib_option ""
compile_flags "/nologo /c"
diff --git a/src/lib/prov/openssl/info.txt b/src/lib/prov/openssl/info.txt
index 8d65d524c..d2c42f98f 100644
--- a/src/lib/prov/openssl/info.txt
+++ b/src/lib/prov/openssl/info.txt
@@ -7,5 +7,6 @@ openssl.h
</header:internal>
<libs>
-all -> crypto
+all!windows -> crypto
+windows -> libeay32.lib
</libs>