From 037d803ae8eea4c720969c0181810fba2eddd3d9 Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 13 Aug 2013 17:34:17 +0000 Subject: [PATCH] Let's reenable libp3dpython.so as viable fallback on non-Windows platforms. --- direct/src/plugin/p3dSession.cxx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/direct/src/plugin/p3dSession.cxx b/direct/src/plugin/p3dSession.cxx index a299598c38..e0b9c73f08 100644 --- a/direct/src/plugin/p3dSession.cxx +++ b/direct/src/plugin/p3dSession.cxx @@ -1232,12 +1232,6 @@ start_p3dpython(P3DInstance *inst) { // Fall back to running it in a sub-thread within the same // process. This isn't nearly as good, but I guess it's better // than nothing. -#ifndef _WIN32 - // Let's only do this sub-thread fallback on Windows. On Mac and - // Linux, just fail. - set_failed(); - return; -#endif // _WIN32 INIT_THREAD(_p3dpython_thread); SPAWN_THREAD(_p3dpython_thread, p3dpython_thread_run, this);