llvm-3.7: fix build by -lpthread
This is strange. Morover, 3.6 builds fine without modifications.
This commit is contained in:
parent
7434b8c29f
commit
1004d44d80
|
@ -51,6 +51,8 @@ in stdenv.mkDerivation rec {
|
||||||
"-DCAN_TARGET_i386=false"
|
"-DCAN_TARGET_i386=false"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
NIX_LDFLAGS = "-lpthread"; # no idea what's the problem
|
||||||
|
|
||||||
postBuild = ''
|
postBuild = ''
|
||||||
rm -fR $out
|
rm -fR $out
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue