accept_alternative_dune_file_name¶
- (accept_alternative_dune_file_name ...)
Added in version 3.0.
Specify that the alternative filename
dune-file
is accepted in addition todune
.This may be useful to avoid problems with
dune
files that have the executable permission in a directory in thePATH
, which can unwittingly happen on Windows.Note that
dune
continues to be accepted even after enabling this option, but if a file nameddune-file
is found in a directory, it will take precedence overdune
.