diff options
author | Moritz Angermann <moritz.angermann@gmail.com> | 2017-09-13 08:24:46 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-09-13 10:39:56 -0400 |
commit | 91262e75dd1d80f8f28a3922934ec7e59290e28c (patch) | |
tree | 565db22b2068dcba12623c89e0d5bfff0baa0a22 /settings.in | |
parent | f8e383f0e4f11e6e1060888208440907bcba9248 (diff) | |
download | haskell-91262e75dd1d80f8f28a3922934ec7e59290e28c.tar.gz |
Use ar for -staticlib
Hopefully we can get rid of libtool, by using ar only
Depends on: D3579
Test Plan: validate
Reviewers: austin, hvr, bgamari, erikd
Reviewed By: bgamari
Subscribers: rwbarton, thomie, erikd
Differential Revision: https://phabricator.haskell.org/D3721
Diffstat (limited to 'settings.in')
-rw-r--r-- | settings.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.in b/settings.in index 6bf5156a03..30bfe7072b 100644 --- a/settings.in +++ b/settings.in @@ -14,6 +14,7 @@ ("ar command", "@SettingsArCommand@"), ("ar flags", "@ArArgs@"), ("ar supports at file", "@ArSupportsAtFile@"), + ("ranlib command", "@SettingsRanlibCommand@"), ("touch command", "@SettingsTouchCommand@"), ("dllwrap command", "@SettingsDllWrapCommand@"), ("windres command", "@SettingsWindresCommand@"), |