diff options
author | Bradley Sepos <[email protected]> | 2019-02-26 14:40:02 -0500 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2019-02-26 14:40:02 -0500 |
commit | 62d7dae0d1b9d1ea46117b04ea5d50080249418f (patch) | |
tree | 64af6641c9a7016061f4aadcabbbd6794d7ffbae /configure | |
parent | a0dd5cb97a8dd4952dcc5c04f6fe992598ad6d49 (diff) |
configure: Add python (no version suffix) to configure.
Fixes build on macOS not having python2 alias.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ inpath() } if ( inpath bash ); then - for p in python3 python2 + for p in python3 python2 python do if ( inpath $p ); then exec $p `dirname $0`/make/configure.py "$@" |