3
0
Fork 0
forked from mirrors/nixpkgs

steam: fix extraBuildCommandsMulti on i686

This commit is contained in:
Christoph Hrdinka 2014-06-15 19:17:58 +02:00 committed by Sander van der Burg
parent a383e0f1b8
commit 573aa18e9f

View file

@ -213,7 +213,7 @@ in stdenv.mkDerivation {
cd "$out/sw"
${extraBuildCommands}
cd "$out/sw"
${extraBuildCommandsMulti}
${if isMultiBuild then extraBuildCommandsMulti else ""}
cd ..
'';
}