diff options
author | Ian Lynagh <igloo@earth.li> | 2011-10-19 13:32:11 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-10-19 14:10:21 +0100 |
commit | 38c8b565ff8d8011e26af8ae4b03800ca29d3f38 (patch) | |
tree | 4c39b6a15d61bc551845d4e1423b28995e1a6257 /settings.in | |
parent | 013a3e3b79a86e377c6c94b34f6313d58363c6b3 (diff) | |
download | haskell-38c8b565ff8d8011e26af8ae4b03800ca29d3f38.tar.gz |
Put the target platform in the settings file
Diffstat (limited to 'settings.in')
-rw-r--r-- | settings.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/settings.in b/settings.in index 6ddeb181e8..6d0bd3d132 100644 --- a/settings.in +++ b/settings.in @@ -7,5 +7,8 @@ ("touch command", "@SettingsTouchCommand@"), ("dllwrap command", "@SettingsDllWrapCommand@"), ("windres command", "@SettingsWindresCommand@"), - ("perl command", "@SettingsPerlCommand@")] + ("perl command", "@SettingsPerlCommand@"), + ("target os", "@HaskellTargetOs@"), + ("target arch", "@HaskellTargetArch@") + ] |