diff options
author | Jack Lloyd <[email protected]> | 2017-11-29 11:52:53 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-11-29 15:22:00 -0500 |
commit | 83f52e906d15cadae8bd491359768ef3ca6bf958 (patch) | |
tree | 026bd647150829f5e7637091cad7a8baa19a732e /src/build-data/os/ios.txt | |
parent | 93466a56a4d904445625ea6af0081eb59a181854 (diff) |
Allow overriding ar command
Splits up the ar command and ar options to make this possible.
Removes support for calling `ranlib` after `ar`: testing in #1317
confirms that all platforms we support no longer need it.
See #1237. Also fixes #455
Diffstat (limited to 'src/build-data/os/ios.txt')
-rw-r--r-- | src/build-data/os/ios.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/build-data/os/ios.txt b/src/build-data/os/ios.txt index 5ac6824a4..ddd283cd9 100644 --- a/src/build-data/os/ios.txt +++ b/src/build-data/os/ios.txt @@ -4,10 +4,6 @@ soname_pattern_base "libbotan-{version_major}.{version_minor}.dylib" soname_pattern_abi "libbotan-{version_major}.{version_minor}.{abi_rev}.dylib" soname_pattern_patch "libbotan-{version_major}.{version_minor}.{abi_rev}.{version_patch}.dylib" -# It doesn't have the 's' option; you need to use needs ranlib -ar_command "ar cr" -ar_needs_ranlib yes - doc_dir doc <target_features> |