Skip to content

Commit

Permalink
bazel: remove duplicated env in repository_rule (#4969)
Browse files Browse the repository at this point in the history
Just remove duplicate env CXX in cc_autoconf

Risk Level: Low
Testing: n/a

Signed-off-by: detailyang <[email protected]>
  • Loading branch information
detailyang authored and htuch committed Nov 6, 2018
1 parent 2ec2c55 commit ee036e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bazel/cc_configure.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ cc_autoconf = repository_rule(
"CPLUS_INCLUDE_PATH",
"CUDA_COMPUTE_CAPABILITIES",
"CUDA_PATH",
"CXX",
"HOMEBREW_RUBY_PATH",
"NO_WHOLE_ARCHIVE_OPTION",
"USE_DYNAMIC_CRT",
Expand Down

0 comments on commit ee036e3

Please sign in to comment.