mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
removed boringssl from crypto in linux build
This commit is contained in:
@@ -153,14 +153,12 @@ cc_library(
|
||||
"crypto.cc",
|
||||
],
|
||||
visibility = ["//visibility:public"],
|
||||
# linkopts= [
|
||||
# '-lssl',
|
||||
# "-lcrypto"
|
||||
# ],
|
||||
linkopts= [
|
||||
"-lcrypto",
|
||||
],
|
||||
deps = [
|
||||
"//internal/platform:base",
|
||||
"//internal/platform/implementation:types",
|
||||
"@boringssl//:crypto",
|
||||
"@com_google_absl//absl/strings",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user