mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Expose internal/platform windows implementation to presence and add bcrypt.lib for resolving bcrypt symbols in absl
PiperOrigin-RevId: 507834078
This commit is contained in:
committed by
Copybara-Service
parent
778af635ec
commit
dc8b1ef7ee
@@ -168,6 +168,7 @@ cc_library(
|
||||
"//connections:__subpackages__",
|
||||
"//fastpair:__subpackages__",
|
||||
"//location/nearby:__subpackages__",
|
||||
"//presence:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
":comm",
|
||||
|
||||
@@ -18,6 +18,7 @@ cc_library(
|
||||
linkopts = [
|
||||
"wininet.lib",
|
||||
"advapi32.lib",
|
||||
"bcrypt.lib",
|
||||
"comdlg32.lib",
|
||||
"gdi32.lib",
|
||||
"kernel32.lib",
|
||||
|
||||
Reference in New Issue
Block a user