Skip to content

Commit

Permalink
examples/zig: remove TODO that has its own GitHub issue
Browse files Browse the repository at this point in the history
Relevant issue is #15.
  • Loading branch information
Ivan-Velickovic committed Sep 23, 2023
1 parent bf3dd9d commit 614a0b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/zig/build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 614a0b5

Please sign in to comment.