forked from OSchip/llvm-project
[ObjectYAML] Fix build issue
- ObjectYAML depends on Object as minidump support adds additional dependency. llvm-svn: 357471
This commit is contained in:
parent
f8078f6b1d
commit
deef72091a
|
@ -10,4 +10,4 @@
|
|||
type = Library
|
||||
name = ObjectYAML
|
||||
parent = Libraries
|
||||
required_libraries = Support DebugInfoCodeView
|
||||
required_libraries = Object Support DebugInfoCodeView
|
||||
|
|
Loading…
Reference in New Issue