diff options
| author | 2021-10-11 09:16:56 +0200 | |
|---|---|---|
| committer | 2021-10-11 09:16:56 +0200 | |
| commit | 844c9370bcecf063daff697f296d6ae979190649 (patch) | |
| tree | 11c6f4d60ba2a5130b59f3efcea70fa0da274701 /build.zig | |
| parent | zig master updates (diff) | |
| download | zig-clap-844c9370bcecf063daff697f296d6ae979190649.tar.gz zig-clap-844c9370bcecf063daff697f296d6ae979190649.tar.xz zig-clap-844c9370bcecf063daff697f296d6ae979190649.zip | |
Fix regression in last commit
The importing of builtin was already fixed, so the latest commit applied
this fix again, which caused problems
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -1,5 +1,4 @@ | |||
| 1 | const std = @import("std"); | 1 | const std = @import("std"); |
| 2 | const builtin = @import("builtin"); | ||
| 3 | 2 | ||
| 4 | const Builder = std.build.Builder; | 3 | const Builder = std.build.Builder; |
| 5 | 4 | ||