mzte-nv: correctly install compiler

This commit is contained in:
LordMZTE 2023-08-26 15:37:32 +02:00
parent 9037f82659
commit ccc860796e
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

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