diff options
| author | Dave Gauer <[email protected]> | 2021-03-05 11:01:16 -0500 |
|---|---|---|
| committer | Dave Gauer <[email protected]> | 2021-03-05 11:01:16 -0500 |
| commit | 0fea5bc00c0bc8486cb33d1aaef82a6355e612a8 (patch) | |
| tree | 3dac6859509a576afadf05201b80400a562ee9ac /build.zig | |
| parent | 4f9c8f57ba7da2106d624dae4b16d1aeff2769a5 (diff) | |
| parent | 8f732047b541c606182d81f47ab45b5b5259f223 (diff) | |
| download | ziglings-0fea5bc00c0bc8486cb33d1aaef82a6355e612a8.tar.xz ziglings-0fea5bc00c0bc8486cb33d1aaef82a6355e612a8.zip | |
Merge branch 'main' of github.com:ratfactor/ziglings into main
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -348,7 +348,7 @@ pub fn build(b: *Builder) void { \\ _ _ _ \\ ___(_) __ _| (_)_ __ __ _ ___ \\ |_ | |/ _' | | | '_ \ / _' / __| - \\ / /| | (_| | | | | | | (_| \__ \ + \\ / /| | (_| | | | | | | (_| \__ \ \\ /___|_|\__, |_|_|_| |_|\__, |___/ \\ |___/ |___/ \\ @@ -525,7 +525,7 @@ const ZiglingStep = struct { zig_args.append(@tagName(builder.color)) catch unreachable; } - const zig_file = std.fs.path.join(builder.allocator, &[_][]const u8{ + const zig_file = std.fs.path.join(builder.allocator, &[_][]const u8{ if (self.use_healed) "patches/healed" else "exercises", self.exercise.main_file }) catch unreachable; zig_args.append(builder.pathFromRoot(zig_file)) catch unreachable; |
