[NaCl SDK] Install libpnacl_irt_shim.a into the correct location.
commitd87ffab4e3cd44b2ad5df4c8360f9525c01c9076
authorbinji <binji@chromium.org>
Thu, 16 Oct 2014 21:01:15 +0000 (16 14:01 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 16 Oct 2014 21:04:23 +0000 (16 21:04 +0000)
tree89ddbc6890ac7ce8c7856f3473cbfa71e51fa30e
parent81ab7b017ba2fa14ec5b962d173bf39c4151b10a
[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}
native_client_sdk/src/build_tools/build_sdk.py