forked from OSchip/llvm-project
Missed an aspect of the previous makefile patch.
Thanks again to William Lynch! llvm-svn: 109328
This commit is contained in:
parent
4ec3fb9353
commit
f921790e6e
|
@ -65,7 +65,7 @@ ifeq ($(HOST_OS),Darwin)
|
||||||
lldbPluginObjectFileMachO.a \
|
lldbPluginObjectFileMachO.a \
|
||||||
lldbPluginProcessGDBRemote.a \
|
lldbPluginProcessGDBRemote.a \
|
||||||
lldbPluginUtility.a \
|
lldbPluginUtility.a \
|
||||||
lldbPluginSymbolVendorMaxOSX.a
|
lldbPluginSymbolVendorMacOSX.a
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HOST_OS),Linux)
|
ifeq ($(HOST_OS),Linux)
|
||||||
|
|
Loading…
Reference in New Issue