Skip to content

Commit d0cf896

Browse files
committed
fix typo
1 parent 33b2829 commit d0cf896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ fn compileRaylib(b: *std.Build, target: std.Build.ResolvedTarget, optimize: std.
238238
raylib.addSystemIncludePath( .{ .cwd_relative = androidAsmPath});
239239
raylib.addSystemIncludePath(.{ .cwd_relative = androidGluePath});
240240

241-
var libcData = std.ArrayList(u8).init(b.allocator).writer();
241+
var libcData = std.ArrayList(u8).init(b.allocator);
242242
const writer = libcData.writer();
243243
try (std.zig.LibCInstallation{
244244
.include_dir = androidIncludePath,

0 commit comments

Comments
 (0)