srctree

Gregory Mullen parent ab9baee1 3f2ebb20
build.zig clean nit

inlinesplit
build.zig added: 2, removed: 2, total 0
@@ -13,9 +13,9 @@ pub fn build(b: *std.Build) !void {
const bot_detection = b.option(bool, "bot-detection", "path for the templates generated at comptime") orelse
false;
 
const ver = version(b);
const options = b.addOptions();
 
const ver = version(b);
options.addOption([]const u8, "version", ver);
options.addOption(bool, "botdetection", bot_detection);