| 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 ecfd0131b4d37fb07072a20b58dc3b9479678e58..6fac671431f4eedce67cdb409cf7594b2a64fb1f 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_cpp', 'ppapi', 'gtest', 'pthread'],
|
| + 'LIBS': ['ppapi_simple', 'gmock', 'nacl_io', 'ppapi', 'gtest', 'ppapi_cpp', 'pthread'],
|
| 'INCLUDES': ["."],
|
| 'CXXFLAGS': ['-Wno-sign-compare'],
|
| }
|
|
|