!): Fix for ubuntu 18.04 link error.
This commit is contained in:
parent
731d2b9536
commit
e2ab82603e
|
@ -27,5 +27,6 @@ cc_library(
|
||||||
"//mediapipe/framework/port:parse_text_proto",
|
"//mediapipe/framework/port:parse_text_proto",
|
||||||
"//mediapipe/framework/port:status",
|
"//mediapipe/framework/port:status",
|
||||||
"@com_google_absl//absl/strings",
|
"@com_google_absl//absl/strings",
|
||||||
|
"//external:unwind"
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
|
@ -27,4 +27,7 @@ cc_binary(
|
||||||
"//mediapipe/framework/port:parse_text_proto",
|
"//mediapipe/framework/port:parse_text_proto",
|
||||||
"//mediapipe/framework/port:status",
|
"//mediapipe/framework/port:status",
|
||||||
],
|
],
|
||||||
|
linkopts = [
|
||||||
|
"-lunwind",
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user