Skip to content
Snippets Groups Projects
Unverified Commit b2f8cc0f authored by Ian Douglas Scott's avatar Ian Douglas Scott
Browse files

Pass --target to pkg

parent 7d4bdb0f
No related branches found
No related tags found
1 merge request!35Pass --target to pkg
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment