Skip to content

Commit 9aec3ef

Browse files
authored
Merge pull request #14 from mseri/master
xapi-backtrace: add support for ppx_sexp_conv.v0.11.0
2 parents e52130d + 77e3dd9 commit 9aec3ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/jbuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let flags = function
88
List.fold_left (fun acc pkg -> acc ^ " -package " ^ pkg) "" pkgs
99
) in
1010
let ic = Unix.open_process_in
11-
(cmd ^ " | grep -oEe '-ppx (\"([^\"\\]|\\.)+\"|\w+)'")
11+
(cmd ^ " | grep -oEe '-ppx (\"([^\"\\]|\\.)+\"|\\w+)'")
1212
in
1313
let rec go ic acc =
1414
try go ic (acc ^ " " ^ input_line ic) with End_of_file -> close_in ic; acc
@@ -24,7 +24,7 @@ let () = Printf.ksprintf Jbuild_plugin.V1.send {|
2424
((name backtrace)
2525
(public_name xapi-backtrace)
2626
(libraries (ppx_deriving_rpc
27-
ppx_sexp_conv
27+
ppx_sexp_conv.runtime-lib
2828
rpclib
2929
rpclib.json
3030
threads

0 commit comments

Comments
 (0)