On Mon, 6 Jan 2020, Jonas Devlieghere via lldb-dev wrote:
I just wanted to let you know that most of the work is complete for
auto-detecting optional dependencies in LLDB. Unless explicitly
specified, optional dependencies like editline will be enabled when
available and disabled otherwise. This
On Tue, Jan 7, 2020 at 12:52 PM Martin Storsjö wrote:
>
> On Mon, 6 Jan 2020, Jonas Devlieghere via lldb-dev wrote:
>
> > I just wanted to let you know that most of the work is complete for
> > auto-detecting optional dependencies in LLDB. Unless explicitly
> > specified, optional dependencies lik
After trying it out I concluded that it should be easy enough to check
for the static bindings flag in FindPythonInterpAndLibs.cmake so I've
implemented your suggestion in fc6f15d4d2c. Thanks again for bringing
this up.
On Tue, Jan 7, 2020 at 1:01 PM Jonas Devlieghere wrote:
>
> On Tue, Jan 7, 20
On Tue, 7 Jan 2020, Jonas Devlieghere wrote:
After trying it out I concluded that it should be easy enough to check
for the static bindings flag in FindPythonInterpAndLibs.cmake so I've
implemented your suggestion in fc6f15d4d2c. Thanks again for bringing
this up.
Awesome, thanks!
Do I unders