| Index: ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp
|
| diff --git a/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp b/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp
|
| index 2e86d786ef465c5e66f54a9f11217ef679803d9e..fc6f743b5f97710016d50da26566ad28003bcabc 100644
|
| --- a/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp
|
| +++ b/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp
|
| @@ -12,8 +12,8 @@
|
| 'type': 'none',
|
| 'variables': {
|
| 'nlib_target': 'pnacl_irt_shim.a',
|
| - 'out_newlib64': '<(SHARED_INTERMEDIATE_DIR)/sdk/toolchain/<(OS)_x86_pnacl/lib-x86-64/libpnacl_irt_shim.a',
|
| - 'out_newlib_arm': '<(SHARED_INTERMEDIATE_DIR)/sdk/toolchain/<(OS)_x86_pnacl/lib-arm/libpnacl_irt_shim.a',
|
| + 'out_newlib64': '<(PRODUCT_DIR)/libpnacl_irt_shim.a',
|
| + 'out_newlib_arm': '<(PRODUCT_DIR)/libpnacl_irt_shim.a',
|
| 'build_glibc': 0,
|
| 'build_newlib': 1,
|
| 'sources': [
|
|
|