Fix native build

This commit is contained in:
Varun Patil 2020-05-07 20:08:19 +05:30
parent 2309172bfc
commit 4c137df992
1 changed files with 2 additions and 0 deletions

View File

@ -93,8 +93,10 @@ MRB_FUNCTION(kernelSaveAsync)
mrb_get_args(mrb, "z", &filename);
#ifdef __EMSCRIPTEN__
save_file_async_js(filename);
#endif
return mrb_nil_value();
}