We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 077b594 commit b18278eCopy full SHA for b18278e
1 file changed
src/google_types/dune
@@ -13,11 +13,9 @@
13
(rule
14
(targets any.ml api.ml descriptor.ml duration.ml empty.ml field_mask.ml
15
source_context.ml struct.ml timestamp.ml type.ml wrappers.ml)
16
- (deps
17
- (:plugin ../plugin/protoc_gen_ocaml.exe))
18
(action
19
- (run protoc -I %{read-lines:google_include}
20
- "--plugin=protoc-gen-ocaml=%{plugin}"
+ (run %{bin:protoc} -I %{read-lines:google_include}
+ "--plugin=protoc-gen-ocaml=%{bin:protoc-gen-ocaml}"
21
"--ocaml_out=."
22
%{read-lines:google_include}/google/protobuf/any.proto
23
%{read-lines:google_include}/google/protobuf/api.proto
0 commit comments