OGRE needs leaving RPATH in place to work
svn path=/nixpkgs/trunk/; revision=26766
This commit is contained in:
parent
1886fad9f1
commit
a74ae1f6ff
@ -40,6 +40,8 @@ rec {
|
|||||||
/* doConfigure should be removed if not needed */
|
/* doConfigure should be removed if not needed */
|
||||||
phaseNames = ["doCmake" "doMyBuild" "doMakeInstall"];
|
phaseNames = ["doCmake" "doMyBuild" "doMakeInstall"];
|
||||||
|
|
||||||
|
cmakeSkipRpath = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A 3D engine";
|
description = "A 3D engine";
|
||||||
maintainers = with a.lib.maintainers;
|
maintainers = with a.lib.maintainers;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user