Skip to content

Commit

Permalink
Fix protoc-gen-gostreamer installation
Browse files Browse the repository at this point in the history
  • Loading branch information
lebauce committed Sep 29, 2023
1 parent 544d876 commit a5b7cfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ BASH
echo "Generating process proto"
PATH=/tmp/gogo-bin-d76fbc1373015ced59b43ac267f28d546b955683 #{protoc_binary} --proto_path=$GOPATH/src:#{gogo_dir}/src:. --gogofaster_out=$GOPATH/src proto/process/*.proto
GOPATH=${protoc_gen_go_dir} go install github.com/leeavital/[email protected]
#{protoc_binary} --proto_path=$GOPATH/src:#{gogo_dir}/src:. --gostreamer_out=$GOPATH/src proto/process/*.proto
GOPATH=#{protoc_gen_go_dir} go install github.com/leeavital/[email protected]
PATH=#{protoc_gen_go_dir}/bin #{protoc_binary} --proto_path=$GOPATH/src:#{gogo_dir}/src:. --gostreamer_out=$GOPATH/src proto/process/*.proto
mv v5/process/proto/process/*.go process
# Install protoc-gen-go
Expand Down

0 comments on commit a5b7cfd

Please sign in to comment.