Skip to content

Commit

Permalink
fix cross
Browse files Browse the repository at this point in the history
  • Loading branch information
proshunsuke committed Dec 24, 2023
1 parent 6bbdb17 commit 57b4992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ release/x86_64-linux:
tar -C target/release -czvf target/release/colmsg-v${VERSION}-x86_64-unknown-linux-gnu.tar.gz colmsg

release/x86_64-darwin:
corss build --release --target x86_64-apple-darwin
cross build --release --target x86_64-apple-darwin
tar -C target/x86_64-apple-darwin/release -czvf target/x86_64-apple-darwin/release/colmsg-v${VERSION}-x86_64-apple-darwin.tar.gz colmsg

release/aarch64-darwin:
Expand Down

0 comments on commit 57b4992

Please sign in to comment.