File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def build_arch(self, arch):
2020 with current_directory (self .get_build_dir (arch .arch )):
2121 shprint (
2222 sh .Command ('./configure' ),
23- '--host=' + arch .toolchain_prefix ,
23+ '--host=' + arch .command_prefix ,
2424 '--prefix=' + self .ctx .get_python_install_dir (),
2525 _env = env )
2626 shprint (sh .make , '-j' + str (cpu_count ()), _env = env )
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def build_arch(self, arch):
3232 shprint (sh .Command ('autoreconf' ), '-vif' , _env = env )
3333 shprint (
3434 sh .Command ('./configure' ),
35- '--host=' + arch .toolchain_prefix ,
35+ '--host=' + arch .command_prefix ,
3636 '--target=' + arch .toolchain_prefix ,
3737 '--prefix=' + self .ctx .get_python_install_dir (),
3838 # Python bindings are compiled in a separated recipe
You can’t perform that action at this time.
0 commit comments