aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/default
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-05-23 17:26:04 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-23 17:28:36 -0700
commit437015dba0da9db86b8b97cb12e4fdd055479007 (patch)
tree7639c2876b1cfa753c369c8ae70795a74e24efd0 /tensorflow/core/platform/default
parent21e6addc0eb2376a7596fa648aaa55761a247170 (diff)
Internal cleanup to remove a difference from the code on github.
PiperOrigin-RevId: 197817738
Diffstat (limited to 'tensorflow/core/platform/default')
-rw-r--r--tensorflow/core/platform/default/build_config.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/platform/default/build_config.bzl b/tensorflow/core/platform/default/build_config.bzl
index 284581b41c..23c594d90d 100644
--- a/tensorflow/core/platform/default/build_config.bzl
+++ b/tensorflow/core/platform/default/build_config.bzl
@@ -82,7 +82,7 @@ def pyx_library(
native.cc_binary(
name=shared_object_name,
srcs=[stem + ".cpp"],
- deps=deps + ["//util/python:python_headers"],
+ deps=deps + ["//third_party/python_runtime:headers"],
linkshared = 1,
)
shared_objects.append(shared_object_name)