Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
ibigbug committed Nov 6, 2023
1 parent 067eb27 commit c1f5178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -xe
[ ! -d "target/artifacts" ] && mkdir -p target/artifacts

for TARGET in $1; do
TARGET = $TARGET | tr -d '[:space:]' | tr -d '\n' | tr -d '\r'
TARGET=$TARGET | tr -d '[:space:]' | tr -d '\n' | tr -d '\r'
echo "building for $TARGET"
rustup target add $TARGET
cargo build -p clash --target $TARGET --release
Expand Down

0 comments on commit c1f5178

Please sign in to comment.