Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/lwt/graphics/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ open Jbuild_plugin.V1

let graphics_exists =
try
match run_and_read_lines "ocamlfind query -a-format -predicates byte graphics" with
match run_and_read_lines "ocamlfind query -a-format -predicates byte graphics -qe" with
| path :: _ -> Sys.file_exists path
| _ -> false
with _ -> false
Expand Down