Skip to content

Commit

Permalink
Update tf_configure.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeyoo authored Feb 17, 2020
1 parent dc58d59 commit 24ef657
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/tf/tf_configure.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ def _symlink_genrule_for_dir(

def _tf_pip_impl(repository_ctx):
tf_header_dir = repository_ctx.os.environ[_TF_HEADER_DIR]
print(tf_header_dir)
tf_header_rule = _symlink_genrule_for_dir(
repository_ctx,
tf_header_dir,
Expand Down

0 comments on commit 24ef657

Please sign in to comment.