Skip to content

Commit

Permalink
Try to fix Mac build/install. Re #4333.
Browse files Browse the repository at this point in the history
The inter-python library dependencies were not being fixed up correctly.
  • Loading branch information
RussellTaylor committed Jan 9, 2012
1 parent 014aeb7 commit 6a45d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/MantidPlot/FixBundle.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ set ( other_libs ${bundle}/Contents/MacOS/libMantidPythonAPI.so
${mtdqtplugins}
)

set ( dirs "@CMAKE_LIBRARY_OUTPUT_DIRECTORY@" "@CMAKE_LIBRARY_PATH@" /Library/Frameworks /opt/intel/lib )
set ( dirs "@CMAKE_LIBRARY_OUTPUT_DIRECTORY@" "@CMAKE_LIBRARY_OUTPUT_DIRECTORY@/mantid/kernel" "@CMAKE_LIBRARY_OUTPUT_DIRECTORY@/mantid/geometry" "@CMAKE_LIBRARY_PATH@" /Library/Frameworks /opt/intel/lib )

fixup_bundle ( "${bundle}" "${other_libs}" "${dirs}" )

0 comments on commit 6a45d65

Please sign in to comment.