mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 11:42:57 +01:00
update mzte-nv to new build API
This commit is contained in:
parent
d62f635625
commit
2811920e9c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue