File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,6 @@ pub fn build(b: *std.Build) !void {
113113 \\ {"name": "mruby_numeric_ext"},
114114 \\ {"name": "mruby_object_ext"},
115115 \\ {"name": "mruby_pack"},
116- \\ {"name": "mruby_print"},
117116 \\ {"name": "mruby_random"},
118117 \\ {"name": "mruby_range_ext"},
119118 \\ {"name": "mruby_set"},
@@ -1440,12 +1439,6 @@ const builtin_gems = [_]Mgem{
14401439 .srcs = &.{"mrbgems/mruby-pack/src/pack.c" },
14411440 .test_rbfiles = &.{"mrbgems/mruby-pack/test/pack.rb" },
14421441 },
1443- Mgem {
1444- .name = "mruby_print" ,
1445- .srcs = &.{"mrbgems/mruby-print/src/print.c" },
1446- .rbfiles = &.{"mrbgems/mruby-print/mrblib/print.rb" },
1447- .test_rbfiles = &.{}, // TODO: spec coverage
1448- },
14491442 Mgem {
14501443 .name = "mruby_proc_binding" ,
14511444 .srcs = &.{"mrbgems/mruby-proc-binding/src/proc-binding.c" },
Original file line number Diff line number Diff line change 1212 },
1313 .dependencies = .{
1414 .mruby = .{
15- .url = "git+https://github.com/jethrodaniel/mruby?ref=fork#f760a5cea5540dd502aeaa9daf05e25b11fe8655 " ,
16- .hash = "122085c457dfb74a1b6d62d290c80e71f86885c41c4a92d2f409fd0d07d391d4d6fb " ,
15+ .url = "git+https://github.com/jethrodaniel/mruby?ref=fork#49cb703c04c0b51bca132416f31edeae0f7dcf80 " ,
16+ .hash = "122030a914b8c7edd7728a05fb7546013e5413062edfa27e19fda882808a496f3369 " ,
1717 },
1818 .macos_cctools = .{
1919 .url = "git+https://github.com/apple-oss-distributions/cctools#cctools-1021.4" ,
You can’t perform that action at this time.
0 commit comments