Commit bb628e2e authored by Robert McGibbon's avatar Robert McGibbon
Browse files

Reset the dlopen flags

parent a99915ba
......@@ -40,3 +40,7 @@ if os.getenv('OPENMM_PLUGIN_DIR') is None and os.path.isdir(version.openmm_libra
else:
pluginLoadedLibNames = Platform.loadPluginsFromDirectory(Platform.getDefaultPluginsDirectory())
__version__ = Platform.getOpenMMVersion()
if sys.platform not in ['win32', 'darwin']:
# rset the dlopen flags on linux
sys.setdlopenflags(flags)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment