Skip to content

Commit

Permalink
Properly state the variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonidas-from-XIV committed Mar 5, 2024
1 parent 35702e6 commit c93a9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/findlib/findlib_config.mlp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ let install_dir_from_opam_switch_prefix path =
| false -> None
| true -> Some path

let default = "@CONFIGFILE"
let default = "@CONFIGFILE@"
let fallback = Option.value ~default

let rec try_vars = function
Expand Down

0 comments on commit c93a9a0

Please sign in to comment.