diff options
Diffstat (limited to 'lldb/lib/Makefile')
-rw-r--r-- | lldb/lib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lldb/lib/Makefile b/lldb/lib/Makefile index f5c343e99cf..26c98c8f440 100644 --- a/lldb/lib/Makefile +++ b/lldb/lib/Makefile @@ -96,7 +96,9 @@ USEDLIBS = lldbAPI.a \ lldbPluginPlatformFreeBSD.a \ lldbPluginPlatformPOSIX.a \ lldbPluginPlatformKalimba.a \ - lldbPluginPlatformAndroid.a + lldbPluginPlatformAndroid.a \ + lldbPluginScriptInterpreterNone.a \ + lldbPluginScriptInterpreterPython.a # Because GCC requires RTTI enabled for lldbCore (see source/Core/Makefile) it is # necessary to also link the clang rewriter libraries so vtable references can |