mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
slnFile can also be a list of strings now
svn path=/nixpkgs/trunk/; revision=22557
This commit is contained in:
parent
94bf409baf
commit
ffc82db4a9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user