forked from mirrors/nixpkgs
Mono: Don't strip binaries.
svn path=/nixpkgs/trunk/; revision=20708
This commit is contained in:
parent
2dfbcfcc7c
commit
9e16b812e0
|
@ -12,6 +12,10 @@ stdenv.mkDerivation {
|
|||
|
||||
NIX_LDFLAGS = "-lgcc_s" ;
|
||||
|
||||
# Attempt to fix this error when running "mcs --version":
|
||||
# The file /nix/store/xxx-mono-2.4.2.1/lib/mscorlib.dll is an invalid CIL image
|
||||
dontStrip = true;
|
||||
|
||||
preBuild = "
|
||||
makeFlagsArray=(INSTALL=`type -tp install`)
|
||||
patchShebangs ./
|
||||
|
|
Loading…
Reference in a new issue