mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
cmake: Move sources to their own folder (#19776)
This commit is contained in:
@@ -23,7 +23,7 @@ async function globSources(output, patterns, excludes = []) {
|
||||
.sort((a, b) => a.localeCompare(b))
|
||||
.join("\n");
|
||||
|
||||
await write(join(root, "cmake", output), sources);
|
||||
await write(join(root, "cmake", "sources", output), sources);
|
||||
}
|
||||
|
||||
const input = await file(join(root, "cmake", "Sources.json")).json();
|
||||
|
||||
Reference in New Issue
Block a user