diff options
Diffstat (limited to 'community/rust/python3.patch')
-rw-r--r-- | community/rust/python3.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/community/rust/python3.patch b/community/rust/python3.patch new file mode 100644 index 0000000000..5a9a53dec6 --- /dev/null +++ b/community/rust/python3.patch @@ -0,0 +1,12 @@ +diff --git a/configure b/configure +index eeb8d08..81e2001 100755 +--- a/configure ++++ b/configure +@@ -11,6 +11,7 @@ try() { + fi + } + ++try python3 "$@" + try python2.7 "$@" + try python27 "$@" + try python2 "$@" |