Skip to content

Commit

Permalink
nanopb-generator: simplify interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Nov 6, 2014
1 parent 490f776 commit 1d72a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/nanopb-generator.rb
Expand Up @@ -44,7 +44,7 @@ def install
}
PROTO
system Formula["protobuf"].bin/"protoc",
"--proto_path=#{testpath}", "--plugin=#{bin/"protoc-gen-nanopb"}",
"--proto_path=#{testpath}", "--plugin=#{bin}/protoc-gen-nanopb",
"--nanopb_out=#{testpath}", testpath/"test.proto"
system "grep", "test_field", testpath/"test.pb.c"
system "grep", "test_field", testpath/"test.pb.h"
Expand Down

0 comments on commit 1d72a92

Please sign in to comment.