Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't hardcode assumed python3 path in .bazelrc
Instead, tell pybind11 which python version to look out for. Internally it assembles "python" + $python_version. The environment has python3 in the path. If the python3 binary is at a different place than expected, the README has a description how to override: https://github.com/google/xls#building-from-source PiperOrigin-RevId: 511213683
- Loading branch information