Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 787806 - Fix LD for Pymake Win64 builds. pending-r=ted
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Sep 2, 2012
1 parent b8ea8c6 commit ba416f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/win64/mozconfig.vs2010
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ba416f1

Please sign in to comment.