build: provide a default platform value

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2024-03-05 00:23:32 -07:00
parent f79e0decb6
commit 8b75fe48ef

View file

@ -375,7 +375,7 @@ pub const CoreApp = struct {
res_dirs: ?[]const []const u8 = null, res_dirs: ?[]const []const u8 = null,
watch_paths: ?[]const []const u8 = null, watch_paths: ?[]const []const u8 = null,
mach_mod: ?*std.Build.Module = null, mach_mod: ?*std.Build.Module = null,
platform: ?Platform, platform: ?Platform = null,
}, },
) !CoreApp { ) !CoreApp {
const target = options.target.result; const target = options.target.result;