mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
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 */
|
||||
phaseNames = ["doCmake" "doMyBuild" "doMakeInstall"];
|
||||
|
||||
cmakeSkipRpath = false;
|
||||
|
||||
meta = {
|
||||
description = "A 3D engine";
|
||||
maintainers = with a.lib.maintainers;
|
||||
|
|
Loading…
Reference in a new issue