diff options
author | Simon Warta <[email protected]> | 2015-09-09 23:02:48 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2015-09-09 23:05:31 +0200 |
commit | 71092b319e289920db34c0b5839867b3aa29de58 (patch) | |
tree | 40d767a7e14f474023242515f8e6c3006eddcee9 /src/build-data/os/mingw.txt | |
parent | 37ebfc0c5b3ffe6ead52678425dee62fd7993ec7 (diff) |
Prevent users from building static non-amalgamations on MinGW and Cygwin
* Rename variable to avoid confusion of build_shared and
options.build_shared_lib
* Don't automatically change shared -> static. Force user to do that
Fixes #211
Diffstat (limited to 'src/build-data/os/mingw.txt')
-rw-r--r-- | src/build-data/os/mingw.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/build-data/os/mingw.txt b/src/build-data/os/mingw.txt index a2ba363f2..5c72099e0 100644 --- a/src/build-data/os/mingw.txt +++ b/src/build-data/os/mingw.txt @@ -4,11 +4,7 @@ program_suffix .exe obj_suffix o 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 +building_shared_supported no ar_command "ar crs" ar_needs_ranlib yes |