Open camlspotter opened 7 years ago
0.10.x's behaviour with --absname is changed into a wierd way. It fails include xxx/file saying:
include xxx/file
File OMakefile: line 6, characters 1-25 include file xxx/file not found in OMAKEPATH (OMAKEPATH[] = "." : Sequence ... : Dir)
--absname should affect how file names are printed. But now it affects how file names are parsed too.
0.10.x's behaviour with --absname is changed into a wierd way. It fails
include xxx/file
saying: