We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e7c24d commit f4ba6ebCopy full SHA for f4ba6eb
build.zig
@@ -20,8 +20,6 @@ const ResolvedTarget =
20
if (@hasDecl(std.Build, "ResolvedTarget")) std.Build.ResolvedTarget else std.zig.CrossTarget;
21
22
pub fn module(b: *std.Build, options: Options) *std.Build.Module {
23
- if (!has_path) @panic("Use build.zig.zon package management");
24
-
25
const dirname = comptime std.fs.path.dirname(@src().file) orelse ".";
26
const build_options = b.addOptions();
27
build_options.addOption(?bool, "showdown", options.showdown);
0 commit comments