diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-05-13 20:36:31 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-05-13 20:36:31 +0300 |
commit | 414c15bbb24537a098f1c73aaaf691eaa2c2a1ef (patch) | |
tree | c10dd41ac32553025057617cb121dbab3b472390 /download | |
parent | eaf8e0939a3d8b724dec7ff48d4ada48bbfe3ebc (diff) |
Argh, it's just host, not host_alias
Diffstat (limited to 'download')
-rwxr-xr-x | download | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -272,5 +272,5 @@ done [ -x "post_download" ] || { echo "'post_download' script not found, run ./autogen.sh." ; exit 1 ; } -./post_download --build=$BUILD_ALIAS --host=$HOST_ALIAS || exit 1 +./post_download --build=$BUILD_PLATFORM --host=$HOST_PLATFORM || exit 1 # vim:set shiftwidth=4 softtabstop=4 expandtab: |