Fix amake

This commit is contained in:
luboslenco
2025-03-18 10:34:23 +01:00
parent 29d3d6a34a
commit b3a3869e7b
2 changed files with 6 additions and 21 deletions
+1
View File
@@ -121,6 +121,7 @@ int main(int argc, char **argv) {
JSRuntime *runtime = JS_NewRuntime();
JSContext *ctx = JS_NewContext(runtime);
js_std_init_handlers(runtime);
js_std_add_helpers(ctx, argc, argv);
js_init_module_std(ctx, "std");
js_init_module_os(ctx, "os");