EmulatorPkg: Fix DSC_SPECIFICATION typo in dsc
The new BaseTools code generates an error for this typo. Signed-off-by: jljusten git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12619 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
27d7e63f45
commit
52cb711dab
|
@ -21,7 +21,7 @@
|
||||||
PLATFORM_NAME = EmulatorPkg
|
PLATFORM_NAME = EmulatorPkg
|
||||||
PLATFORM_GUID = 05FD064D-1073-E844-936C-A0E16317107D
|
PLATFORM_GUID = 05FD064D-1073-E844-936C-A0E16317107D
|
||||||
PLATFORM_VERSION = 0.3
|
PLATFORM_VERSION = 0.3
|
||||||
DSC_ SPECIFICATION = 0x00010005
|
DSC_SPECIFICATION = 0x00010005
|
||||||
!if $(BUILD_32)
|
!if $(BUILD_32)
|
||||||
OUTPUT_DIRECTORY = Build/Emulator32
|
OUTPUT_DIRECTORY = Build/Emulator32
|
||||||
!else
|
!else
|
||||||
|
|
Loading…
Reference in New Issue