Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use current python interpreter for tools
This change patches the shebang line in the tool scripts to use the current Python interpeter. This fixes the build if either the $PATH contains different python3 interpreter (or does not contain at all) or /usr/bin/env is not available (e.g. Nix sandbox on macOS).
- Loading branch information