add tweaks

This commit is contained in:
Krzosa Karol
2025-01-18 10:36:47 +01:00
parent 2e445d2592
commit 90ae24a0cb
7 changed files with 90 additions and 13 deletions

View File

@@ -18,14 +18,12 @@ int main(int argc, char **argv) {
int ok = 0;
ma_arena_t *arena = ma_create(ma_default_reserve_size);
if (cache_code_modified(s8_lit("../src/core/core_math_gen.py"), s8_null)) {
os_set_working_dir("../src/core");
os_systemf("py core_math_gen.py");
os_set_working_dir("../../build");
}
meta_app(arena);
mt_app(arena);
mt_wasm_app(arena);
b32 run_server = false;