llvm
This commit is contained in:
@@ -8,11 +8,11 @@ pub fn build(b: *std.Build) void {
|
||||
|
||||
const exe = b.addExecutable(.{
|
||||
.name = "Zivro",
|
||||
.use_llvm = true,
|
||||
.root_module = b.createModule(.{
|
||||
.root_source_file = b.path("src/main.zig"),
|
||||
.target = target,
|
||||
.optimize = optimize,
|
||||
|
||||
.imports = &.{
|
||||
.{ .name = "dvui", .module = dvui_dep.module("dvui_sdl3") },
|
||||
.{ .name = "sdl-backend", .module = dvui_dep.module("sdl3") },
|
||||
|
||||
Reference in New Issue
Block a user