From: Lady Date: Thu, 11 Jan 2024 01:20:48 +0000 (-0500) Subject: Allow multiple source directories X-Git-Tag: 0.2.4^0 X-Git-Url: https://git.ladys.computer/Shushe/commitdiff_plain/630f5bf06a645dbaad5f05a50526328fafad87ca?ds=inline;hp=630f5bf06a645dbaad5f05a50526328fafad87ca Allow multiple source directories ⛩️📰 书社 might be called from another script or make·file, which might have built files of its own. It would be a pain if each parent script needed to copy all the source files into a new build directory at every step, and it’s much easier to just allow ⛩️📰 书社 to support multiple source directories (one for the original sources, and additional ones for any files built by other scripts). Naturally, ⛩️📰 书社 can’t support the same file subpath across multiple source directories, as these would compile to the same place. This commit tries to migitage this by just taking the first match, but it hasn’t been tested and the behaviour should formally be considered undefined. ---