OGRE needs leaving RPATH in place to work

svn path=/nixpkgs/trunk/; revision=26766
This commit is contained in:
Michael Raskin 2011-04-09 15:51:00 +00:00
parent 1886fad9f1
commit a74ae1f6ff

View File

@ -40,6 +40,8 @@ rec {
/* doConfigure should be removed if not needed */
phaseNames = ["doCmake" "doMyBuild" "doMakeInstall"];
cmakeSkipRpath = false;
meta = {
description = "A 3D engine";
maintainers = with a.lib.maintainers;