Skip to content

Commit

Permalink
build: reinsert possibly necessary opts (#147)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Schore <[email protected]>

Description: Welp. Maybe we need this after all.
Risk Level: Low
Testing: Saw more ceilf errors and this fixed them again.

Signed-off-by: JP Simard <[email protected]>
  • Loading branch information
goaway authored and jpsim committed Nov 29, 2022
1 parent ab11445 commit 98fed47
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mobile/library/common/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,10 @@ envoy_cc_library(
cc_library(
name = "envoy_jni_interface_lib",
srcs = ["jni_interface.cc"],
copts = ["-std=c++14"],
linkopts = [
"-lm",
"-llog",
],
deps = [":envoy_main_interface_lib"],
)

0 comments on commit 98fed47

Please sign in to comment.