llvmPackages.lld: fix build after 3.4.1 update
Somehow I forgot this package.
This commit is contained in:
parent
26f158c994
commit
0430f59d64
@ -8,7 +8,7 @@ stdenv.mkDerivation {
|
||||
preUnpack = ''
|
||||
# !!! Hopefully won't be needed for 3.5
|
||||
unpackFile ${llvm.src}
|
||||
export cmakeFlags="$cmakeFlags -DLLD_PATH_TO_LLVM_SOURCE=$PWD/llvm-${version}"
|
||||
export cmakeFlags="$cmakeFlags -DLLD_PATH_TO_LLVM_SOURCE="`ls -d $PWD/llvm-*`
|
||||
'';
|
||||
|
||||
buildInputs = [ cmake ncurses zlib python ];
|
||||
|
Loading…
Reference in New Issue
Block a user