summaryrefslogtreecommitdiff
path: root/download
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-05-07 00:25:55 +0300
committerTor Lillqvist <tml@iki.fi>2011-05-13 20:24:40 +0300
commiteaf8e0939a3d8b724dec7ff48d4ada48bbfe3ebc (patch)
treeb6c3cac34c1c8e4a88065a42362b8aa7e10a4513 /download
parent3a44b0d21d8d37943643330d8f9aa4152e613c8f (diff)
Some initial baby steps towards cross-compilation
And some baby steps for cross-compiling for iOS in particular.
Diffstat (limited to 'download')
-rwxr-xr-xdownload2
1 files changed, 1 insertions, 1 deletions
diff --git a/download b/download
index d45489cb6438..07bf86aa4af1 100755
--- a/download
+++ b/download
@@ -272,5 +272,5 @@ done
[ -x "post_download" ] || { echo "'post_download' script not found, run ./autogen.sh." ; exit 1 ; }
-./post_download || exit 1
+./post_download --build=$BUILD_ALIAS --host=$HOST_ALIAS || exit 1
# vim:set shiftwidth=4 softtabstop=4 expandtab: