commit | f34d6b6a0c8b6858f21fcaf43529a4a7ab506853 | [log] [tgz] |
---|---|---|
author | Scott Todd <scotttodd@google.com> | Tue Jun 02 09:25:53 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Jun 02 09:32:50 2020 -0700 |
tree | 5f0c8ec78bc7201216f292875036ab0d4eb715b7 | |
parent | 6c5907b6147984733fa39d5589aad4acc2a8d8e0 [diff] |
Fix configure_bazel.py on Linux. Closes https://github.com/google/iree/pull/2085 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/iree/pull/2085 from ScottTodd:bazel-linux-fix db2661324e0741d688d207f352f84602bda87058 PiperOrigin-RevId: 314344811
diff --git a/configure_bazel.py b/configure_bazel.py index 34d0f6a..099dd2c 100644 --- a/configure_bazel.py +++ b/configure_bazel.py
@@ -22,6 +22,7 @@ if platform.system() == "Windows": # Sure. Good idea, bazel. return p.replace("\\", "/") + return p def write_platform(bazelrc):