[NaCl SDK] Install libpnacl_irt_shim.a into the correct location.
After we changed the PNaCl toolchain layout, this library was being installed to the wrong location. Actually, it was worse -- the directory didn't exist, so the library was being copied into a file called linux_pnacl/lib-<arch>. The correct location is now linux_pnacl/translator/<arch>/lib. BUG=423373 R=sbc@chromium.org Review URL: https://codereview.chromium.org/655353002 Cr-Commit-Position: refs/heads/master@{#299974}
Showing
Please register or sign in to comment