diff --git a/simgear/nasal/cppbind/detail/to_nasal_helper.cxx b/simgear/nasal/cppbind/detail/to_nasal_helper.cxx index 26d3363f..73ef7e6b 100644 --- a/simgear/nasal/cppbind/detail/to_nasal_helper.cxx +++ b/simgear/nasal/cppbind/detail/to_nasal_helper.cxx @@ -39,7 +39,9 @@ namespace nasal // } // virtual ~NasalMainLoopRecipientSingleton() {} //}; - NasalMainLoopRecipient mrl; + + // HACK: The below prevents shutdown on Linux. Disable until thread shutdown is implemented. + // NasalMainLoopRecipient mrl; //---------------------------------------------------------------------------- naRef to_nasal_helper(naContext c, const std::string& str)