| Index: native_client_sdk/src/libraries/nacl_mounts_test/example.dsc
|
| diff --git a/native_client_sdk/src/libraries/nacl_mounts_test/example.dsc b/native_client_sdk/src/libraries/nacl_mounts_test/example.dsc
|
| index 03cfa4810263acd14c1006e7c158bab667f73870..894f32976a6c0ba116768bb28cddda3f7e2dcbaf 100644
|
| --- a/native_client_sdk/src/libraries/nacl_mounts_test/example.dsc
|
| +++ b/native_client_sdk/src/libraries/nacl_mounts_test/example.dsc
|
| @@ -1,6 +1,6 @@
|
| {
|
| # TODO(binji): pnacl doesn't build right now because gtest doesn't build yet.
|
| - 'TOOLS': ['newlib', 'glibc', 'win'],
|
| + 'TOOLS': ['newlib:x86', 'newlib:x64', 'glibc', 'win'],
|
|
|
| # Need to add ../../examples for common.js
|
| 'SEARCH': ['.', '../../examples'],
|
|
|