mirror of
https://github.com/cahirwpz/amigaos-cross-toolchain
synced 2026-09-12 12:10:43 +00:00
Use python2 for the script, otherwise some extra tools won't get built.
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ function unpack_clean {
|
||||
}
|
||||
|
||||
function compare_version {
|
||||
python - "$1" "$2" "$3" <<EOF
|
||||
python2.7 - "$1" "$2" "$3" <<EOF
|
||||
from distutils.version import StrictVersion
|
||||
import sys
|
||||
|
||||
|
||||
Reference in New Issue
Block a user