forked from Mirror/pmbootstrap
pmb.build: fix internal cross compiling names
Use the same names as in the documentation for: "cross-native" (not "kernel") "cross-native2" (not "native") Part-of: https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/merge_requests/2568
This commit is contained in:
parent
53d705194f
commit
9e0c4a8393
4 changed files with 11 additions and 11 deletions
|
@ -8,7 +8,7 @@ from typing import Any, Literal, TypedDict
|
|||
|
||||
from pmb.core.arch import Arch
|
||||
|
||||
CrossCompileType = Literal["native", "crossdirect", "kernel"] | None
|
||||
CrossCompileType = Literal["crossdirect", "cross-native", "cross-native2"] | None
|
||||
RunOutputTypeDefault = Literal["log", "stdout", "interactive", "tui", "null"]
|
||||
RunOutputTypePopen = Literal["background", "pipe"]
|
||||
RunOutputType = RunOutputTypeDefault | RunOutputTypePopen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue