Skip to content

Commit

Permalink
lib_dir -> zig_lib_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
190n committed May 10, 2024
1 parent d22556b commit 7b6c907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ pub fn build(b: *std.Build) void {
.ReleaseSmall => "-Oz",
},
});
gcc_cmd.addArg(b.lib_dir);
gcc_cmd.addFileArg(b.zig_lib_dir.?);
gcc_cmd.addFileArg(atmega4809_library.getEmittedBin());

const avr_object_path = gcc_cmd.addOutputFileArg("zip8.o");
Expand Down

0 comments on commit 7b6c907

Please sign in to comment.