| Index: native_client_sdk/src/build_tools/build_sdk.py
|
| diff --git a/native_client_sdk/src/build_tools/build_sdk.py b/native_client_sdk/src/build_tools/build_sdk.py
|
| index d65842bd0befff38c002b221ea6e6ebb433d5222..e867824ec8fd20f34a6d027ed36f73f94a6045da 100755
|
| --- a/native_client_sdk/src/build_tools/build_sdk.py
|
| +++ b/native_client_sdk/src/build_tools/build_sdk.py
|
| @@ -522,7 +522,7 @@ def GypNinjaBuild_Pnacl(rel_out_dir, target_arch):
|
| out_dir = MakeNinjaRelPath(rel_out_dir)
|
| gyp_file = os.path.join(SRC_DIR, 'ppapi', 'native_client', 'src',
|
| 'untrusted', 'pnacl_irt_shim', 'pnacl_irt_shim.gyp')
|
| - targets = ['pnacl_irt_shim']
|
| + targets = ['pnacl_irt_shim_aot']
|
| GypNinjaBuild(target_arch, gyp_py, gyp_file, targets, out_dir, False)
|
|
|
|
|
|
|