Jbuilder: fix error reporting in protocol compilation
This commit is contained in:
parent
226a9a1778
commit
726bf5955e
@ -58,7 +58,8 @@ let () = Format.kasprintf Jbuild_plugin.V1.send {|
|
|||||||
(deps ((glob_files src/*.ml*)
|
(deps ((glob_files src/*.ml*)
|
||||||
src/TEZOS_PROTOCOL))
|
src/TEZOS_PROTOCOL))
|
||||||
(action (with-stdout-to ${path-no-dep:functor.ml}
|
(action (with-stdout-to ${path-no-dep:functor.ml}
|
||||||
(run ${bin:tezos-protocol-compiler.tezos-protocol-packer} ${path-no-dep:src})))))
|
(chdir ${ROOT}
|
||||||
|
(run ${bin:tezos-protocol-compiler.tezos-protocol-packer} ${path-no-dep:src}))))))
|
||||||
|
|
||||||
(library
|
(library
|
||||||
((name tezos_protocol_%s)
|
((name tezos_protocol_%s)
|
||||||
|
Loading…
Reference in New Issue
Block a user