forked from OSchip/llvm-project
Add missing dependency to fix shared library build.
This commit is contained in:
parent
1cb7ec870d
commit
61f538d37b
|
@ -18,4 +18,4 @@
|
|||
type = Library
|
||||
name = DebugInfoGSYM
|
||||
parent = DebugInfo
|
||||
required_libraries = MC Support DebugInfoDWARF
|
||||
required_libraries = MC Object Support DebugInfoDWARF
|
||||
|
|
Loading…
Reference in New Issue