forked from mirrors/nixpkgs
openjk: comment why we set DCMAKE_INSTALL_PREFIX
This commit is contained in:
parent
f1711c8fbd
commit
ff68bcd563
|
@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ makeWrapper cmake ];
|
||||
buildInputs = [ libjpeg zlib libpng mesa_noglu SDL2 ];
|
||||
|
||||
# move from $out/JediAcademy to $out/opt/JediAcademy
|
||||
preConfigure = ''
|
||||
cmakeFlagsArray=("-DCMAKE_INSTALL_PREFIX=$out/opt")
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue