diff options
author | Jack Lloyd <[email protected]> | 2017-12-01 01:29:50 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-12-01 01:29:50 -0500 |
commit | 4e2ad46cd58bc273bea919de6691988540b1ed16 (patch) | |
tree | 1a64dace643ef365b494da17b2317a990ee4ae68 /src/build-data/os/windows.txt | |
parent | 20821ec08da3bb5c1431a633b0e7d46e744971f4 (diff) |
Avoid naming Windows library botand if in debug mode
Apparently introduced in #584 but unnecessary afaict as the CLI
was renamed at the same time.
Diffstat (limited to 'src/build-data/os/windows.txt')
-rw-r--r-- | src/build-data/os/windows.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/os/windows.txt b/src/build-data/os/windows.txt index daaf3916e..efc9733c9 100644 --- a/src/build-data/os/windows.txt +++ b/src/build-data/os/windows.txt @@ -4,7 +4,7 @@ program_suffix .exe obj_suffix obj static_suffix lib -soname_pattern_base "botan.dll" +soname_pattern_base "{libname}.dll" install_root c:\\Botan doc_dir docs |