fix: windows build

This commit is contained in:
CJ van den Berg 2025-10-08 21:12:43 +02:00
parent 3c55ed876b
commit 632654c2a4
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -444,6 +444,7 @@ pub fn build_exe(
.root_source_file = b.path("src/win32/gui.zig"),
.imports = &.{
.{ .name = "build_options", .module = options_mod },
.{ .name = "soft_root", .module = soft_root_mod },
.{ .name = "win32", .module = win32_mod },
.{ .name = "cbor", .module = cbor_mod },
.{ .name = "thespian", .module = thespian_mod },
@ -461,6 +462,7 @@ pub fn build_exe(
.root_source_file = b.path("src/renderer/win32/renderer.zig"),
.imports = &.{
.{ .name = "theme", .module = themes_dep.module("theme") },
.{ .name = "soft_root", .module = soft_root_mod },
.{ .name = "win32", .module = win32_mod },
.{ .name = "cbor", .module = cbor_mod },
.{ .name = "thespian", .module = thespian_mod },