diff options
author | Simon Warta <[email protected]> | 2015-08-22 19:05:23 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2015-08-24 19:04:29 +0200 |
commit | a9be4d157cc913c9a7e93a08cc81c8a3603061b3 (patch) | |
tree | e438dfd0e38dcd43a48bd2a8cc1764227511272c /src/build-data/os/mingw.txt | |
parent | ce849c364c29ce020369685ce8d221f8e67cf538 (diff) |
Add soname_pattern
Fixes #241
Diffstat (limited to 'src/build-data/os/mingw.txt')
-rw-r--r-- | src/build-data/os/mingw.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/build-data/os/mingw.txt b/src/build-data/os/mingw.txt index cc98b11e6..a2ba363f2 100644 --- a/src/build-data/os/mingw.txt +++ b/src/build-data/os/mingw.txt @@ -2,9 +2,12 @@ os_type windows program_suffix .exe obj_suffix o -so_suffix dll static_suffix a +soname_pattern_base "libbotan-{version_major}.{version_minor}.dll" +soname_pattern_abi "libbotan-{version_major}.{version_minor}.dll.{abi_rev}" +soname_pattern_patch "libbotan-{version_major}.{version_minor}.dll.{abi_rev}.{version_patch}" + build_shared no ar_command "ar crs" |