Skip to content

Commit

Permalink
Use python3 for bazel builds.
Browse files Browse the repository at this point in the history
Python 2 is end of life'd.
  • Loading branch information
iphydf committed Feb 29, 2020
1 parent 5961a54 commit 6966588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ cc_binary(
deps = [
"pytox.ld",
"//c-toxcore",
"@python2//:python",
"@python3//:python",
],
)

0 comments on commit 6966588

Please sign in to comment.