Skip to content

Commit

Permalink
Update openssl.BUILD (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
usafchn authored Apr 20, 2024
1 parent 866fbf8 commit a832e77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bazel/openssl.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ yacl_configure_make(
}),
lib_name = "openssl",
lib_source = ":all_srcs",
linkopts = ["-ldl"],
# Note that for Linux builds, libssl must come before libcrypto on the linker command-line.
# As such, libssl must be listed before libcrypto
out_static_libs = [
Expand Down

0 comments on commit a832e77

Please sign in to comment.