mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
fixup! Add support for iOS platforms that does not support fork; fix #4113
This commit is contained in:
@@ -408,7 +408,7 @@ mrb_value
|
||||
mrb_io_s_popen(mrb_state *mrb, mrb_value klass)
|
||||
{
|
||||
mrb_raise(mrb, E_NOTIMP_ERROR, "IO#popen is not supported on the platform");
|
||||
return mrb_false_value();w
|
||||
return mrb_false_value();
|
||||
}
|
||||
#else
|
||||
mrb_value
|
||||
|
||||
Reference in New Issue
Block a user