slnFile can also be a list of strings now

svn path=/nixpkgs/trunk/; revision=22557
This commit is contained in:
Sander van der Burg 2010-07-12 11:18:11 +00:00
parent 94bf409baf
commit ffc82db4a9

View file

@ -42,7 +42,7 @@ stdenv.mkDerivation {
fi
ensureDir $out
MSBuild.exe ${slnFile} /nologo /t:${targets} /p:IntermediateOutputPath=$(cygpath --windows $out)\\ /p:OutputPath=$(cygpath --windows $out)\\ /verbosity:${verbosity} ${options}
MSBuild.exe ${toString slnFile} /nologo /t:${targets} /p:IntermediateOutputPath=$(cygpath --windows $out)\\ /p:OutputPath=$(cygpath --windows $out)\\ /verbosity:${verbosity} ${options}
# Create references to runtime dependencies
# !!! Should be more efficient (e.g. symlinking)