diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2020-04-15 12:47:55 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-04-15 12:49:19 +0200 |
| commit | b02f660475fd6318fc387708c55c73ad4aebf062 (patch) | |
| tree | a65725452be32e18ae9ba98be88dbeb1162e537e /build.zig | |
| parent | 2126ef07f861c47543662771eaa001dcdcc42dc0 (diff) | |
| download | river-b02f660475fd6318fc387708c55c73ad4aebf062.tar.gz river-b02f660475fd6318fc387708c55c73ad4aebf062.tar.xz | |
Rename render.[hc] to bindings.[hc]
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ fn addDeps(exe: *std.build.LibExeObjStep, protocol_step: *std.build.Step) void { exe.step.dependOn(protocol_step); exe.addIncludeDir("protocol"); - exe.addCSourceFile("include/render.c", &[_][]const u8{"-std=c99"}); + exe.addCSourceFile("include/bindings.c", &[_][]const u8{"-std=c99"}); exe.addIncludeDir("."); exe.linkLibC(); |
