diff options
author | Daniel Neus <[email protected]> | 2017-01-26 23:29:46 +0100 |
---|---|---|
committer | Daniel Neus <[email protected]> | 2017-01-26 23:29:46 +0100 |
commit | 20f8cdbd051fa7f43792660263b60a1aa80b682d (patch) | |
tree | bd6ac7cdd87ffb76db9cd1b46c9c0fa0571c3121 /src/build-data/cc/msvc.txt | |
parent | 885c96251e931909f783c1bc3fefd9f7663e47d9 (diff) |
add "--with-external-libdir" to configure.py
Fixes #767 and #19
Main purpose is to support external libs like OpenSSL on Windows.
Diffstat (limited to 'src/build-data/cc/msvc.txt')
-rw-r--r-- | src/build-data/cc/msvc.txt | 2 |
1 files changed, 1 insertions, 1 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" |