updated to zig 0.16.0
This commit is contained in:
@@ -23,8 +23,9 @@ pub fn build(b: *std.Build) void {
|
||||
}),
|
||||
});
|
||||
|
||||
exe.linkLibrary(raylib_artifact);
|
||||
exe.root_module.addImport("shoots", shoots.module("shoots"));
|
||||
|
||||
exe.root_module.linkLibrary(raylib_artifact);
|
||||
exe.root_module.addImport("rl", raylib_dep.module("raylib"));
|
||||
|
||||
b.installArtifact(exe);
|
||||
|
||||
Reference in New Issue
Block a user