aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/jemalloc.BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/jemalloc.BUILD')
-rw-r--r--third_party/jemalloc.BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/jemalloc.BUILD b/third_party/jemalloc.BUILD
index 8ed13c51a5..3a9a9a80f2 100644
--- a/third_party/jemalloc.BUILD
+++ b/third_party/jemalloc.BUILD
@@ -94,6 +94,9 @@ cc_library(
"@%ws%//tensorflow:linux_ppc64le": [
"-lpthread",
],
+ "@%ws%//tensorflow:linux_x86_64": [
+ "-lpthread",
+ ],
"//conditions:default": [
],
}),