Closed dbuenzli closed 8 years ago
In a mllib it is possible to write
Mod sub/Othermod
However the uncapitalization made by topkg doesn't take the path into account which results in wrong capitalized targets (e.g. sub/Othermod.cmo) being generated.
topkg
sub/Othermod.cmo
As a workaround until a fix is in:
Mod sub/othermod
works.
In a mllib it is possible to write
However the uncapitalization made by
topkg
doesn't take the path into account which results in wrong capitalized targets (e.g.sub/Othermod.cmo
) being generated.As a workaround until a fix is in:
works.