Fix iOS build

This commit is contained in:
Vova
2021-11-03 11:38:11 +02:00
parent 970236fb42
commit fbf5f81e66
-1
View File
@@ -69,7 +69,6 @@ static void* runMain(void* ctx)
printf("Device: %s\n\n", systemInfo.machine);
run_wasm();
run_native();
return 0;
}