Skip to content

Commit

Permalink
fix ocamlbuild dir
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo authored and kit-ty-kate committed Dec 4, 2024
1 parent 9852d83 commit e48dddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ocaml_specific.ml
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ ocaml_lib ~extern:true "dbm";;
ocaml_lib ~extern:true "graphics";;
ocaml_lib ~extern:true ~tag_name:"use_toplevel" "toplevellib";;
ocaml_lib ~extern:true ~dir:"+ocamldoc" "ocamldoc";;
ocaml_lib ~extern:true ~dir:"+ocamlbuild" ~tag_name:"use_ocamlbuild" "ocamlbuildlib";;
ocaml_lib ~extern:true ~tag_name:"use_ocamlbuild" "ocamlbuildlib";;

let camlp4dir =
let where cmd =
Expand Down

0 comments on commit e48dddc

Please sign in to comment.