| Index: tools/gn/secondary/third_party/nss/BUILD.gn
|
| diff --git a/tools/gn/secondary/third_party/nss/BUILD.gn b/tools/gn/secondary/third_party/nss/BUILD.gn
|
| index 61fbd2ab648526fc5a6a158eb0f160deb12ec3c9..6ce1d2fd96dabce79f296a5614cd002af913f975 100644
|
| --- a/tools/gn/secondary/third_party/nss/BUILD.gn
|
| +++ b/tools/gn/secondary/third_party/nss/BUILD.gn
|
| @@ -359,7 +359,7 @@ if (is_linux) {
|
| cflags = [ "-all_load" ]
|
| } else if (is_win) {
|
| # Pass the def file to the linker.
|
| - ldflags += [ rebase_path("nss/exports_win.def", root_build_dir) ]
|
| + ldflags = [ rebase_path("nss/exports_win.def", root_build_dir) ]
|
| }
|
| }
|
|
|
|
|