diff --git a/examples/zig/build.zig b/examples/zig/build.zig index b924c730c..9816f70f2 100644 --- a/examples/zig/build.zig +++ b/examples/zig/build.zig @@ -118,7 +118,6 @@ pub fn build(b: *std.Build) void { // This is setting up a `qemu` command for running the system via QEMU, // which we only want to do when we have a board that we can actually simulate. - // @ivanv we should try get renode working as well const qemu_cmd = b.addSystemCommand(&[_][]const u8{ "qemu-system-aarch64", "-machine",