Skip to content

Commit

Permalink
Merge pull request #20 from proshunsuke/0.1.1
Browse files Browse the repository at this point in the history
fix path
  • Loading branch information
proshunsuke authored Apr 26, 2020
2 parents 208d8c9 + afcb4ea commit 0137405
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 @@ -5,5 +5,5 @@ 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:
PATH="~/Documents/osxcross/target/bin:${PATH}" cargo build --release --target x86_64-apple-darwin
PATH="${HOME}/Documents/osxcross/target/bin:${PATH}" cargo 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

0 comments on commit 0137405

Please sign in to comment.