mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 00:06:44 -04:00
parent
cada6c2c7b
commit
2880525c1e
@ -724,6 +724,9 @@ int main(int argc, char *argv[]) {
|
|||||||
PyImport_FrozenModules = blobinfo.pointers[0];
|
PyImport_FrozenModules = blobinfo.pointers[0];
|
||||||
retval = Py_FrozenMain(argc, argv);
|
retval = Py_FrozenMain(argc, argv);
|
||||||
|
|
||||||
|
fflush(stdout);
|
||||||
|
fflush(stderr);
|
||||||
|
|
||||||
unmap_blob(blob);
|
unmap_blob(blob);
|
||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user