mirror of https://github.com/acidanthera/audk.git
OptionRomPkg: Fix build error with BaseTools trunk
Fix build error with BaseTools trunk. LibraryClasses should be used instead of Libraries. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11546 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f057c25bc2
commit
f6e5ce5ccd
|
@ -24,7 +24,8 @@
|
|||
[Sources.common]
|
||||
FrameBufferBltLib.c
|
||||
|
||||
[Libraries]
|
||||
[LibraryClasses]
|
||||
BaseLib
|
||||
BaseMemoryLib
|
||||
DebugLib
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
[Sources.common]
|
||||
GopBltLib.c
|
||||
|
||||
[Libraries]
|
||||
[LibraryClasses]
|
||||
BaseLib
|
||||
BaseMemoryLib
|
||||
DebugLib
|
||||
|
|
Loading…
Reference in New Issue