mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 17:07:56 +00:00
Passthru build.sh/script.sh command line arguments (#2837)
This commit is contained in:
@@ -19,7 +19,7 @@ do
|
||||
echo "*** Building wasm binaries in $SRC"
|
||||
cd "$PROJECT_ROOT/$SRC"
|
||||
|
||||
./build.sh $@
|
||||
./build.sh "$@"
|
||||
|
||||
cd - >> /dev/null
|
||||
done
|
||||
|
||||
@@ -20,7 +20,7 @@ do
|
||||
cd "$PROJECT_ROOT/$SRC"
|
||||
|
||||
cargo update
|
||||
./build.sh
|
||||
./build.sh "$@"
|
||||
|
||||
cd - >> /dev/null
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user