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 b567d911d6386593d0846f6573c4968e8fe32be9..8c11f5bed967a08e1ab5733bcc5359f69f7b4089 100755 |
--- a/native_client_sdk/src/build_tools/build_sdk.py |
+++ b/native_client_sdk/src/build_tools/build_sdk.py |
@@ -527,7 +527,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) |