| ... | @@ -19,7 +19,7 @@ pub fn build(b: *std.build.Builder) void { | ... | @@ -19,7 +19,7 @@ pub fn build(b: *std.build.Builder) void { |
| 19 | | 19 | |
| 20 | const exe_options = b.addOptions(); | 20 | const exe_options = b.addOptions(); |
| 21 | exe.addOptions("build_options", exe_options); | 21 | exe.addOptions("build_options", exe_options); |
| 22 | exe_options.addOption([]const u8, "version", b.option([]const u8, "version", "") orelse "dev"); | 22 | exe_options.addOption([]const u8, "version", b.option([]const u8, "tag", "") orelse "dev"); |
| 23 | exe_options.addOption(bool, "bootstrap", bootstrap != null); | 23 | exe_options.addOption(bool, "bootstrap", bootstrap != null); |
| 24 | | 24 | |
| 25 | if (bootstrap != null) { | 25 | if (bootstrap != null) { |