Skip to content

Commit 6e11e15

Browse files
committed
fix mrbc cross-compile from linux to mac
1 parent 4df8c6f commit 6e11e15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.zig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,6 +1041,8 @@ pub fn build(b: *std.Build) !void {
10411041

10421042
for ([_]*std.Build.Step.Compile{
10431043
mruby_lib,
1044+
mrbc_exe,
1045+
host_mrbc_exe,
10441046
mirb_exe,
10451047
mruby_exe,
10461048
mrdb_exe,

0 commit comments

Comments
 (0)