| 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 53c0f90579d803e5a25688153712567ba5183c33..9eef250d93cc853a78544c8822be9e81f506fd19 100755
|
| --- a/native_client_sdk/src/build_tools/build_sdk.py
|
| +++ b/native_client_sdk/src/build_tools/build_sdk.py
|
| @@ -540,7 +540,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)
|
|
|
|
|
|
|