Skip to content

Commit

Permalink
[rust][win] Add synchronization.lib
Browse files Browse the repository at this point in the history
rust-lang/rust#121956 adds dependencies on
functions provided by this library.

Bug: 330772901
Change-Id: Ia7a96ef879be25116ed60e9fd17ab47300098bc5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5393543
Reviewed-by: danakj <danakj@chromium.org>
Commit-Queue: Alan Zhao <ayzhao@google.com>
Cr-Commit-Position: refs/heads/main@{#1277866}
NOKEYCHECK=True
GitOrigin-RevId: 75947249789e4b841b150749b0d806afba1405d1
  • Loading branch information
alanzhao1 authored and copybara-github committed Mar 25, 2024
1 parent f72f21e commit 9e761ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/std/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ if (toolchain_has_rust) {
"bcrypt.lib",
"kernel32.lib",
"ntdll.lib",
"synchronization.lib",
"userenv.lib",
"ws2_32.lib",
]
Expand Down

0 comments on commit 9e761ef

Please sign in to comment.