Index: native_client_sdk/src/build_tools/test_sdk.py |
diff --git a/native_client_sdk/src/build_tools/test_sdk.py b/native_client_sdk/src/build_tools/test_sdk.py |
index 831cef5c48858f612394f58c89c2890ac7e8920c..dbc8285b3c0bec9c9ec79321f88586e3a276fee5 100755 |
--- a/native_client_sdk/src/build_tools/test_sdk.py |
+++ b/native_client_sdk/src/build_tools/test_sdk.py |
@@ -105,8 +105,8 @@ def StepRunSelLdrTests(pepperdir, sanitizer): |
# arch |
archs = (getos.GetSystemArch('win'),) |
elif getos.GetPlatform() == 'mac': |
- # We only ship 32-bit version of sel_ldr on mac. |
- archs = ('x86_32',) |
+ # We only ship 64-bit version of sel_ldr on mac. |
+ archs = ('x86_64',) |
else: |
# On linux we can run both 32 and 64-bit, and arm (via qemu) |
archs = ('x86_64', 'x86_32', 'arm') |