26 May
2019
26 May
'19
4:17 p.m.
Andrey Semashev wrote:
That's just how `bcp` works as far as I can see. When you tell it to copy the library X and X depends on Log, it assumes that everything needed to build Log is contained in libs/log/build and libs/log/src, and only copies these two directories.
Can it be modified to copy the whole directory structure?
Probably, but that would defeat its purpose, which is to extract the minimum usable subset. It could probably be changed to copy libs/$LIB/config as a special case.