Skip to content

Commit

Permalink
Refs #4204. Skip attempting to dynamically load dlopen library also.
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Dec 5, 2011
1 parent 020ed96 commit f649102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/Framework/Properties/Mantid.properties.template
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mantidqt.python_interfaces_directory = @MANTID_ROOT@/scripts
plugins.directory = @PLUGINS@

# Libraries to skip. The strings are searched for when loading libraries so they don't need to be exact
plugins.exclude = MantidPythonAPI
plugins.exclude = MantidPythonAPI;dlopen

# Where to find Mantid Qt plugin libraries
mantidqt.plugins.directory = @QTPLUGINS@
Expand Down Expand Up @@ -151,4 +151,4 @@ workspace.sendto.SansView.visible=Yes
workspace.sendto.name.SansView=0

# Change this property to On to make Mantid case sensitive
filefinder.casesensitive=Off
filefinder.casesensitive=Off

0 comments on commit f649102

Please sign in to comment.