| Index: third_party/libsecret/BUILD.gn
|
| diff --git a/third_party/libsecret/BUILD.gn b/third_party/libsecret/BUILD.gn
|
| index 26e3a51893fdb0d53f3d843ab42bc60c2e6dda85..a46d4603cc189f4a676889470696f0c3e83f7794 100644
|
| --- a/third_party/libsecret/BUILD.gn
|
| +++ b/third_party/libsecret/BUILD.gn
|
| @@ -6,7 +6,7 @@ config("libsecret_config") {
|
| include_dirs = [ rebase_path("./") ]
|
| }
|
|
|
| -source_set("libsecret") {
|
| +static_library("libsecret") {
|
| sources = [
|
| "libsecret/secret-attributes.h",
|
| "libsecret/secret-collection.h",
|
|
|