mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
build_style/python-module: use working python version to fix cross build failures.
This commit is contained in:
parent
25c03ba9c3
commit
be51680023
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
: ${python_versions:=2}
|
: ${python_versions:=2.7}
|
||||||
local python_version=
|
local python_version=
|
||||||
|
|
||||||
for python_version in $python_versions; do
|
for python_version in $python_versions; do
|
||||||
|
@ -25,7 +25,7 @@ do_build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
: ${python_versions:=2}
|
: ${python_versions:=2.7}
|
||||||
local python_version=
|
local python_version=
|
||||||
|
|
||||||
make_install_args+=" --prefix=/usr --root=$DESTDIR"
|
make_install_args+=" --prefix=/usr --root=$DESTDIR"
|
||||||
|
|
Loading…
Add table
Reference in a new issue