mono: llvm fork update 3.4svn-mono-f9b1a74368 -> 3.6-mono-2017-02-15

Also now builds with --enable-llvmloaded.

Extracted by @obadz from @abbradar's #23295
https://github.com/NixOS/nixpkgs/commit/d27768ac1bb06aa4471dc5bcd500a583bd4ece24
This commit is contained in:
obadz
2018-12-23 21:37:06 +00:00
parent 1be47a2c00
commit 013927f93c
3 changed files with 12 additions and 31 deletions
@@ -30,7 +30,6 @@ stdenv.mkDerivation rec {
]
++ stdenv.lib.optionals withLLVM [
"--enable-llvm"
"--enable-llvmloaded"
"--with-llvm=${llvm}"
];