| Index: native_client_sdk/src/tests/nacl_io_socket_test/example.dsc
|
| diff --git a/native_client_sdk/src/tests/nacl_io_socket_test/example.dsc b/native_client_sdk/src/tests/nacl_io_socket_test/example.dsc
|
| index 3afd3a6d3a466d9336b29b7741ead788e3e79e02..8af5d73e69bf82431aa87946bdd05580a5f0e312 100644
|
| --- a/native_client_sdk/src/tests/nacl_io_socket_test/example.dsc
|
| +++ b/native_client_sdk/src/tests/nacl_io_socket_test/example.dsc
|
| @@ -13,7 +13,7 @@
|
| 'DEPS': ['ppapi_simple', 'nacl_io'],
|
| # Order matters here: gtest has a "main" function that will be used if
|
| # referenced before ppapi.
|
| - 'LIBS': ['ppapi_simple', 'gmock', 'ppapi', 'gtest', 'nacl_io', 'ppapi_cpp', 'pthread'],
|
| + 'LIBS': ['ppapi_simple_cpp', 'ppapi_cpp', 'gmock', 'ppapi', 'gtest', 'nacl_io', 'pthread'],
|
| 'CXXFLAGS': ['-Wno-sign-compare']
|
| }
|
| ],
|
|
|