mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-23 05:35:44 -05:00
Fix cross/* packages installation
This commit is contained in:
parent
ddbbb6a710
commit
0d7259f133
1 changed files with 1 additions and 1 deletions
|
@ -585,7 +585,7 @@ def cmd_build(paths: list[str], force=False, arch=None):
|
|||
if arch != native:
|
||||
# build qemu-user, binfmt, crossdirect
|
||||
build_packages_by_paths(
|
||||
['main/' + pkg for pkg in CROSSDIRECT_PKGS],
|
||||
['cross/' + pkg for pkg in CROSSDIRECT_PKGS],
|
||||
native,
|
||||
enable_crosscompile=False,
|
||||
enable_crossdirect=False,
|
||||
|
|
Loading…
Add table
Reference in a new issue