build: provide a default platform value
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
f79e0decb6
commit
8b75fe48ef
1 changed files with 1 additions and 1 deletions
|
|
@ -375,7 +375,7 @@ pub const CoreApp = struct {
|
|||
res_dirs: ?[]const []const u8 = null,
|
||||
watch_paths: ?[]const []const u8 = null,
|
||||
mach_mod: ?*std.Build.Module = null,
|
||||
platform: ?Platform,
|
||||
platform: ?Platform = null,
|
||||
},
|
||||
) !CoreApp {
|
||||
const target = options.target.result;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue