mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
internal change
PiperOrigin-RevId: 724963078
This commit is contained in:
committed by
Copybara-Service
parent
47c6e742da
commit
6eb9675117
@@ -54,6 +54,7 @@ cc_library(
|
||||
],
|
||||
)
|
||||
|
||||
# iOS only.
|
||||
apple_static_xcframework(
|
||||
name = "NearbyConnections",
|
||||
avoid_deps = [],
|
||||
@@ -77,6 +78,7 @@ apple_static_xcframework(
|
||||
],
|
||||
)
|
||||
|
||||
# Windows.
|
||||
windows.cc_windows_dll(
|
||||
name = "nc_windows",
|
||||
srcs = [],
|
||||
@@ -88,3 +90,16 @@ windows.cc_windows_dll(
|
||||
"@com_google_absl//absl/strings",
|
||||
],
|
||||
)
|
||||
|
||||
# macOS.
|
||||
cc_binary(
|
||||
name = "libnc.so",
|
||||
linkshared = 1,
|
||||
linkstatic = 1,
|
||||
tags = ["notap"],
|
||||
deps = [
|
||||
":nc",
|
||||
"//internal/platform/implementation/apple",
|
||||
"//internal/platform/implementation/apple/Mediums",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user