We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f7d9da commit d6d9f2eCopy full SHA for d6d9f2e
build.sh
@@ -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