diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-11-03 12:01:02 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-11-03 14:58:22 +0200 |
commit | 4dec0575a36b21cb333f4d397f146aba9c8e63f3 (patch) | |
tree | c10f06e1ea35351de23aa16d0e72210cee03e69e /download | |
parent | fd1e39cad891282e4343be4d5e80125d7954b347 (diff) |
Don't bother with dbghelp and gdiplus when building 64-bit
Change-Id: I2671c1dc2994c4cb7d5aca24c8f312b3bd3034cb
Diffstat (limited to 'download')
-rwxr-xr-x | download | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -208,7 +208,7 @@ if [ ! -z "$failed" ]; then exit 1 fi -if [ "$COM" = "MSC" -a -n "$md5sum" ]; then +if [ "$COM" = "MSC" -a "$CPUNAME" = "INTEL" -a -n "$md5sum" ]; then # This can be run only on Windows itself (Cygwin) TMPUNPACK=`cygpath -d $TARFILE_LOCATION/tmp` chmod a+w $TARFILE_LOCATION/tmp |