aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow')
-rw-r--r--tensorflow/core/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/tensorflow/core/BUILD b/tensorflow/core/BUILD
index 05b393ac9f..69723b1d77 100644
--- a/tensorflow/core/BUILD
+++ b/tensorflow/core/BUILD
@@ -2476,7 +2476,10 @@ tf_cuda_library(
linkopts = select({
"//tensorflow:freebsd": ["-lm"],
"//tensorflow:windows": [],
- "//conditions:default": ["-ldl", "-lm"],
+ "//conditions:default": [
+ "-ldl",
+ "-lm",
+ ],
}),
deps = [
":lib",