update mzte-nv to new build API

This commit is contained in:
LordMZTE 2023-04-19 22:51:23 +02:00
parent d62f635625
commit 2811920e9c
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -38,5 +38,5 @@ pub fn build(b: *std.build.Builder) !void {
compiler.strip = mode != .Debug;
compiler.unwind_tables = true;
compiler.install();
b.installArtifact(lib);
}