This commit is contained in:
Jeremie Dimino 2017-06-09 15:18:27 +01:00
parent fff5763a53
commit 241f1204cb
1 changed files with 2 additions and 1 deletions

View File

@ -533,7 +533,8 @@ let external_lib_deps =
in
if String_map.is_empty missing then
acc
else if String_map.is_empty missing then begin
else if String_map.for_all missing ~f:(fun _ kind -> kind = Build.Optional)
then begin
Format.eprintf
"@{<error>Error@}: The following libraries are missing \
in the %s context:\n\