| Index: native_client_sdk/src/tests/nacl_io_test/example.dsc
|
| diff --git a/native_client_sdk/src/tests/nacl_io_test/example.dsc b/native_client_sdk/src/tests/nacl_io_test/example.dsc
|
| index f0a66924f33cd534b020c14c1c40a36894a87648..d20411117c44e0e14b726102953be8b3a1ba1f1d 100644
|
| --- a/native_client_sdk/src/tests/nacl_io_test/example.dsc
|
| +++ b/native_client_sdk/src/tests/nacl_io_test/example.dsc
|
| @@ -64,7 +64,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', 'nacl_io', 'ppapi', 'gtest', 'ppapi_cpp', 'pthread'],
|
| + 'LIBS': ['ppapi_simple_cpp', 'ppapi_cpp', 'gmock', 'nacl_io', 'ppapi', 'gtest', 'pthread'],
|
| 'INCLUDES': ["."],
|
| 'CXXFLAGS': ['-Wno-sign-compare'],
|
| }
|
|
|