mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
configure.in: Use Python 3.
This commit is contained in:
parent
22c4cbae1a
commit
1540a2fec9
@ -21,4 +21,4 @@ SRCDIR=$(dirname $0)
|
|||||||
TOPSRCDIR="$SRCDIR"
|
TOPSRCDIR="$SRCDIR"
|
||||||
export OLD_CONFIGURE="$SRCDIR"/old-configure
|
export OLD_CONFIGURE="$SRCDIR"/old-configure
|
||||||
|
|
||||||
which python2.7 > /dev/null && exec python2.7 "$TOPSRCDIR/configure.py" "$@" || exec python "$TOPSRCDIR/configure.py" "$@"
|
which python3 > /dev/null && exec python3 "$TOPSRCDIR/configure.py" "$@" || exec python "$TOPSRCDIR/configure.py" "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user