mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
Pass --target to pkg
This commit is contained in:
parent
7d4bdb0f29
commit
b2f8cc0f17
2
cook.sh
2
cook.sh
@ -214,7 +214,7 @@ function op {
|
||||
echo "target = \"$TARGET\"" >> "stage.toml"
|
||||
mkdir -p stage/pkg
|
||||
cp -v stage.toml "stage/pkg/$1.toml"
|
||||
CC=cc cargo run --release --manifest-path "$ROOT/pkgutils/Cargo.toml" --bin pkg -- create stage
|
||||
CC=cc cargo run --release --manifest-path "$ROOT/pkgutils/Cargo.toml" --bin pkg -- --target=$TARGET create stage
|
||||
;;
|
||||
untar)
|
||||
rm -rfv stage.tar.gz stage.sig stage.toml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user