Author: tberghammer
Date: Fri Feb 13 06:27:24 2015
New Revision: 229104

URL: http://llvm.org/viewvc/llvm-project?rev=229104&view=rev
Log:
Fix configure+make build broken by r228943 (part 2)

Modified:
    lldb/trunk/lib/Makefile

Modified: lldb/trunk/lib/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/lib/Makefile?rev=229104&r1=229103&r2=229104&view=diff
==============================================================================
--- lldb/trunk/lib/Makefile (original)
+++ lldb/trunk/lib/Makefile Fri Feb 13 06:27:24 2015
@@ -83,7 +83,8 @@ USEDLIBS = lldbAPI.a \
        lldbPluginPlatformWindows.a \
        lldbPluginPlatformFreeBSD.a \
        lldbPluginPlatformPOSIX.a \
-       lldbPluginPlatformKalimba.a
+       lldbPluginPlatformKalimba.a \
+       lldbPluginPlatformAndroid.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


_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to