Fix native build
This commit is contained in:
parent
2309172bfc
commit
4c137df992
|
@ -93,8 +93,10 @@ MRB_FUNCTION(kernelSaveAsync)
|
||||||
|
|
||||||
mrb_get_args(mrb, "z", &filename);
|
mrb_get_args(mrb, "z", &filename);
|
||||||
|
|
||||||
|
#ifdef __EMSCRIPTEN__
|
||||||
save_file_async_js(filename);
|
save_file_async_js(filename);
|
||||||
|
|
||||||
|
#endif
|
||||||
return mrb_nil_value();
|
return mrb_nil_value();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue