Scenario is simple:
Build.LinkGeneratedSources is false (or missing) in config
- I run
plz generate
- I want it to generate hard links
- I don’t want
plz build to generate any links at all
Currently generation of hard links is only possible when Build.LinkGeneratedSources is set to hard. But if I don’t want links generated during plz build, and I want hard links generated by plz generate, then I’m out of luck.
Why it’s important: soft links do not interrop with WSL on Windows.