ignore return from addModule
This commit is contained in:
parent
0b09b9191c
commit
8a8053ff54
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ pub fn build(b: *std.Build) void {
|
|||
|
||||
// try b.modules.put(b.dupe("datetime"), module);
|
||||
|
||||
b.addModule(
|
||||
_ = b.addModule(
|
||||
"datetime",
|
||||
.{
|
||||
.source_file = .{
|
||||
|
|
Loading…
Reference in a new issue