Skip to content

Commit

Permalink
Fix discover.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed May 20, 2022
1 parent c6608ad commit bea2215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/discover.ml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let () =
| None -> default
| Some pc -> (
match
C.Pkg_config.query_expr_err pc ~package:"faad2" ~expr:"mad"
C.Pkg_config.query_expr_err pc ~package:"faad2" ~expr:"faad2"
with
| Error msg -> failwith msg
| Ok deps -> deps)
Expand Down

0 comments on commit bea2215

Please sign in to comment.