Skip to content

Commit d6d9f2e

Browse files
committed
feat: add apple-universal build
1 parent 4f7d9da commit d6d9f2e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
cargo build --target=aarch64-apple-darwin -r
2+
cargo build --target=x86_64-apple-darwin -r
3+
lipo -create target/aarch64-apple-darwin/release/afptool-rs target/x86_64-apple-darwin/release/afptool-rs -output target/release/afptool-rs

0 commit comments

Comments
 (0)