| 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 8284c1526cfaf8f71f2adf4b72295f7a809611d0..2370efd9eddb1412cb7bb0439fbfb64346d894dc 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', 'nacl_io', 'ppapi_cpp', 'ppapi', 'gtest', 'pthread'],
|
| + 'LIBS' : ['ppapi_simple', 'ppapi', 'gtest', 'nacl_io', 'ppapi_cpp', 'pthread'],
|
| 'CXXFLAGS': ['-Wno-sign-compare']
|
| }
|
| ],
|
|
|