Kaydet (Commit) 4dec0575 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Don't bother with dbghelp and gdiplus when building 64-bit

Change-Id: I2671c1dc2994c4cb7d5aca24c8f312b3bd3034cb
üst fd1e39ca
...@@ -208,7 +208,7 @@ if [ ! -z "$failed" ]; then ...@@ -208,7 +208,7 @@ if [ ! -z "$failed" ]; then
exit 1 exit 1
fi 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) # This can be run only on Windows itself (Cygwin)
TMPUNPACK=`cygpath -d $TARFILE_LOCATION/tmp` TMPUNPACK=`cygpath -d $TARFILE_LOCATION/tmp`
chmod a+w $TARFILE_LOCATION/tmp chmod a+w $TARFILE_LOCATION/tmp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment