Skip to content

Commit

Permalink
Link to lrt tf_native_cc_binary if needed to fix nightly builds.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 389187026
Change-Id: I9c47a05206da65eb243fbbd4e5d814fb5ee571dd
  • Loading branch information
aselle authored and tensorflower-gardener committed Aug 6, 2021
1 parent 3f2fa84 commit 275ba6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/tensorflow.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ def tf_native_cc_binary(
"-lpthread",
"-lm",
],
}) + linkopts + _rpath_linkopts(name),
}) + linkopts + _rpath_linkopts(name) + lrt_if_needed(),
**kwargs
)

Expand Down

0 comments on commit 275ba6b

Please sign in to comment.