mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 13:44:33 +02:00
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]
|
[Sources.common]
|
||||||
FrameBufferBltLib.c
|
FrameBufferBltLib.c
|
||||||
|
|
||||||
[Libraries]
|
[LibraryClasses]
|
||||||
|
BaseLib
|
||||||
BaseMemoryLib
|
BaseMemoryLib
|
||||||
DebugLib
|
DebugLib
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
[Sources.common]
|
[Sources.common]
|
||||||
GopBltLib.c
|
GopBltLib.c
|
||||||
|
|
||||||
[Libraries]
|
[LibraryClasses]
|
||||||
BaseLib
|
BaseLib
|
||||||
BaseMemoryLib
|
BaseMemoryLib
|
||||||
DebugLib
|
DebugLib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user