| Index: native_client_sdk/src/examples/tutorial/testing/example.dsc
|
| diff --git a/native_client_sdk/src/examples/tutorial/testing/example.dsc b/native_client_sdk/src/examples/tutorial/testing/example.dsc
|
| index 8a1f551b7c4a2a132dbd5f525a698b8feffe9145..d210f60061265095e037bff4f5d9845c74a29be7 100644
|
| --- a/native_client_sdk/src/examples/tutorial/testing/example.dsc
|
| +++ b/native_client_sdk/src/examples/tutorial/testing/example.dsc
|
| @@ -6,7 +6,7 @@
|
| 'NAME' : 'testing',
|
| 'TYPE' : 'main',
|
| 'SOURCES' : ['testing.cc'],
|
| - 'LIBS' : ['ppapi_simple', 'ppapi', 'gtest', 'nacl_io', 'ppapi_cpp', 'pthread'],
|
| + 'LIBS' : ['ppapi_simple_cpp', 'ppapi_cpp', 'ppapi', 'gtest', 'nacl_io', 'pthread'],
|
| 'CXXFLAGS': ['-Wno-sign-compare']
|
| }
|
| ],
|
|
|