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