Skip to content

Commit 0ad34c7

Browse files
committed
add <mruby/array.h> to zig module
1 parent 9895e9c commit 0ad34c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,6 +1080,7 @@ pub fn build(b: *std.Build) !void {
10801080
\\#include <mruby/data.h>
10811081
\\#include <mruby/string.h>
10821082
\\#include <mruby/variable.h>
1083+
\\#include <mruby/array.h>
10831084
),
10841085
.target = b.host,
10851086
.optimize = .ReleaseFast,

0 commit comments

Comments
 (0)