lldb 3.7: use python2
just like llvm 3.7
This commit is contained in:
parent
0e3b5834c0
commit
284f22d19e
@ -8,7 +8,7 @@
|
|||||||
, libedit
|
, libedit
|
||||||
, llvm
|
, llvm
|
||||||
, clang-unwrapped
|
, clang-unwrapped
|
||||||
, python
|
, python2
|
||||||
, version
|
, version
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -23,7 +23,7 @@ stdenv.mkDerivation {
|
|||||||
scripts/Python/build-swig-Python.sh
|
scripts/Python/build-swig-Python.sh
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [ cmake python which swig ncurses zlib libedit ];
|
buildInputs = [ cmake python2 which swig ncurses zlib libedit ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
export CXXFLAGS="-pthread"
|
export CXXFLAGS="-pthread"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user