Merge pull request #36463 from dtzWill/fix/lldb4-gcc7
lldb_4: fix w/gcc7
This commit is contained in:
commit
a9abec1bee
@ -41,6 +41,11 @@ stdenv.mkDerivation {
|
|||||||
"-DLLDB_CODESIGN_IDENTITY=" # codesigning makes nondeterministic
|
"-DLLDB_CODESIGN_IDENTITY=" # codesigning makes nondeterministic
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Add missing include to fix error when using std::bind
|
||||||
|
prePatch = ''
|
||||||
|
sed -i -e '30i#include <functional>' include/lldb/Utility/TaskPool.h
|
||||||
|
'';
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user