summaryrefslogtreecommitdiff
path: root/settings.in
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-01-14 21:35:53 +0000
committerIan Lynagh <igloo@earth.li>2012-01-14 21:35:53 +0000
commit2719cacde99fd3127a3569feebdf7183030e000d (patch)
tree1ad4db46fe8c6a13504675a61a996a08d3054c37 /settings.in
parent08894f96407635781a233145435a78f144accab0 (diff)
downloadhaskell-2719cacde99fd3127a3569feebdf7183030e000d.tar.gz
Define "ar command" correctly in settings file on Windows
We want to use the inplace ar, rather than whichever ar the machine that we build on happens to have.
Diffstat (limited to 'settings.in')
-rw-r--r--settings.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.in b/settings.in
index 02e1e0eaa0..80741ab2d3 100644
--- a/settings.in
+++ b/settings.in
@@ -1,7 +1,7 @@
[("GCC extra via C opts", "@GccExtraViaCOpts@"),
("C compiler command", "@SettingsCCompilerCommand@"),
("C compiler flags", "@SettingsCCompilerFlags@"),
- ("ar command", "@ArCmd@"),
+ ("ar command", "@SettingsArCommand@"),
("ar flags", "@ArArgs@"),
("ar supports at file", "@ArSupportsAtFile@"),
("touch command", "@SettingsTouchCommand@"),