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/mingw.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/mingw.txt')
-rw-r--r-- | src/build-data/os/mingw.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/build-data/os/mingw.txt b/src/build-data/os/mingw.txt index 45fad382d..bf4333ec0 100644 --- a/src/build-data/os/mingw.txt +++ b/src/build-data/os/mingw.txt @@ -6,9 +6,6 @@ static_suffix a building_shared_supported no -ar_command "ar crs" -ar_needs_ranlib yes - install_root /mingw header_dir include lib_dir lib |