File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def build_arch(self, arch):
20
20
with current_directory (self .get_build_dir (arch .arch )):
21
21
shprint (
22
22
sh .Command ('./configure' ),
23
- '--host=' + arch .toolchain_prefix ,
23
+ '--host=' + arch .command_prefix ,
24
24
'--prefix=' + self .ctx .get_python_install_dir (),
25
25
_env = env )
26
26
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):
32
32
shprint (sh .Command ('autoreconf' ), '-vif' , _env = env )
33
33
shprint (
34
34
sh .Command ('./configure' ),
35
- '--host=' + arch .toolchain_prefix ,
35
+ '--host=' + arch .command_prefix ,
36
36
'--target=' + arch .toolchain_prefix ,
37
37
'--prefix=' + self .ctx .get_python_install_dir (),
38
38
# Python bindings are compiled in a separated recipe
You can’t perform that action at this time.
0 commit comments