pure: link with libLLVMJIT explicitly
This commit is contained in:
parent
90f5c4a810
commit
8bc5a019e8
@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ bison flex makeWrapper ];
|
||||
propagatedBuildInputs = [ llvm gmp mpfr readline ];
|
||||
NIX_LDFLAGS = [ "-lLLVMJIT" ];
|
||||
|
||||
postPatch = ''
|
||||
for f in expr.cc matcher.cc printer.cc symtable.cc parserdefs.hh; do
|
||||
|
Loading…
Reference in New Issue
Block a user