mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 10:54:33 +00:00
Bug 919528 - export LD path that works with both GNU make and Pymake. r=catlee
This commit is contained in:
parent
1e02f948e4
commit
1785ae83c7
@ -21,7 +21,12 @@ export PATH="/c/Program Files (x86)/Windows Kits/8.0/bin/x64:${_VSPATH}/Common7/
|
||||
|
||||
# Use 32bit linker for PGO crash bug.
|
||||
# https://connect.microsoft.com/VisualStudio/feedback/details/686117/
|
||||
export LD="${_VSPATH}/VC/BIN/x86_amd64/link.exe"
|
||||
if [ -f /c/PROGRA~2/MICROS~2.0/VC/BIN/x86_amd64/link.exe ]; then
|
||||
# /c/Program Files (x86)/Microsoft Visual Studio 10.0
|
||||
export LD=c:/PROGRA~2/MICROS~2.0/VC/BIN/x86_amd64/link.exe
|
||||
else
|
||||
export LD=c:/tools/msvs10/VC/BIN/x86_amd64/link.exe
|
||||
fi
|
||||
|
||||
. $topsrcdir/build/mozconfig.vs2010-common
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user