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