Skip to content

Commit

Permalink
Update src/dune_file.ml
Browse files Browse the repository at this point in the history
Co-Authored-By: Anil Madhavapeddy <anil@recoil.org>
  • Loading branch information
rgrinberg and avsm authored May 16, 2019
1 parent 508c73a commit 78174d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dune_file.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ module Library = struct
List.mem var ~set:Lib_config.allowed_in_enabled_if -> ()
| _ ->
Errors.fail (String_with_vars.Var.loc var)
"Only the %s is allowed in the 'enabled_if' \
"Only %s are allowed in the 'enabled_if' \
field of libraries."
(String.enumerate_and Lib_config.allowed_in_enabled_if)
);
Expand Down

0 comments on commit 78174d7

Please sign in to comment.