Port bug 787806 - Fix LD for Pymake Win64 builds - to comm-central to fix make check bustage when comparing files that should be the same. r=bustage-fix-port

This commit is contained in:
Mark Banner 2012-09-04 20:39:49 +01:00
Родитель 8136fc98d5
Коммит 9f2ec5a3df
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6,7 +6,7 @@ export WIN32_REDIST_DIR=/c/tools/msvs10/VC/redist/x64/Microsoft.VC100.CRT
# Use 32bit linker for PGO crash bug.
# https://connect.microsoft.com/VisualStudio/feedback/details/686117/
export LD=/c/tools/msvs10/VC/BIN/x86_amd64/link.exe
export LD=c:/tools/msvs10/VC/BIN/x86_amd64/link.exe
. $topsrcdir/build/mozconfig.vs2010-common