Skip to content

Commit

Permalink
brute force
Browse files Browse the repository at this point in the history
  • Loading branch information
woelper committed Dec 8, 2023
1 parent 8c6e678 commit e2f71d8
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions build_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,11 @@ brew install nasm
# cd ..
# cd ..

target=`rustup target list | grep installed | cut -d' ' -f1`

if [[ $target == "x86_64-apple-darwin" ]]; then
cargo build --release --target x86_64-apple-darwin --features heif
cargo build --release --target aarch64-apple-darwin
else
cargo build --release --target x86_64-apple-darwin
cargo build --release --target aarch64-apple-darwin --features heif
fi

cargo build --release --target aarch64-apple-darwin
cargo build --release --target x86_64-apple-darwin
cargo build --release --target x86_64-apple-darwin --features heif
cargo build --release --target aarch64-apple-darwin --features heif

# cargo build --release --target x86_64-apple-darwin
# cargo build --release --target aarch64-apple-darwin --features heif
Expand Down

0 comments on commit e2f71d8

Please sign in to comment.