Browse Source

Very ugly workaround around a very annoying selinux sigsegv on shutdown

rdb 16 years ago
parent
commit
120bfa8d9e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      direct/src/ffi/jGenPyCode.py

+ 2 - 0
direct/src/ffi/jGenPyCode.py

@@ -93,3 +93,5 @@ DoGenPyCode.native = 1
 
 DoGenPyCode.run()
 
+os._exit(0)
+