Skip to content

Commit

Permalink
set build for apple silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
cschin committed Dec 18, 2023
1 parent deef4cb commit e85093c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions build_no_agc_apple_silicon.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#pushd WFA2-lib
#make all
#popd

#rustup default stable
rustup default stable-aarch64-apple-darwin
cargo build -p pgr-db --release --no-default-features
cargo build -p pgr-bin --release --no-default-features
cargo install --path pgr-bin --no-default-features

pushd pgr-tk/
maturin build --release --no-default-features
maturin build --release --skip-auditwheel --no-default-features
popd

0 comments on commit e85093c

Please sign in to comment.