DescriptionAmend PATH for nacl64 so loader can find x64 CRT
In order to keep from needing to system-install VS runtime DLLs
for debug builds, we put them in the output directory. This
mostly works, except in the case of nacl64 it requires the x64
CRT, but builds into the x86 output directory. The OS loader will
ignore the x86 ones, and continue searching the PATH, so before
launching nacl64.exe, append to PATH to the location of the x64
CRT DLLs.
See linked bug for more details and investigation.
R=cpu@chromium.org, mseaborn@chromium.org
BUG=346034
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=253504
Patch Set 1 #Patch Set 2 : . #
Total comments: 2
Patch Set 3 : elif #
Total comments: 2
Patch Set 4 : string split #
Messages
Total messages: 6 (0 generated)
|