Merge pull request #24227 from mlugg/misc-build-stuff

`std.Build`: more miscellaneous bits
This commit is contained in:
Matthew Lugg
2025-06-20 10:28:38 +01:00
committed by GitHub
2 changed files with 5 additions and 3 deletions

View File

@@ -204,6 +204,9 @@
.entry_point = .{
.path = "entry_point",
},
.run_cwd = .{
.path = "run_cwd",
},
},
.paths = .{
"build.zig",