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 9895e9c commit 0ad34c7Copy full SHA for 0ad34c7
build.zig
@@ -1080,6 +1080,7 @@ pub fn build(b: *std.Build) !void {
1080
\\#include <mruby/data.h>
1081
\\#include <mruby/string.h>
1082
\\#include <mruby/variable.h>
1083
+ \\#include <mruby/array.h>
1084
),
1085
.target = b.host,
1086
.optimize = .ReleaseFast,
0 commit comments