]> git.proxmox.com Git - mirror_edk2.git/commitdiff
EmulatorPkg: Fix DSC_SPECIFICATION typo in dsc
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 31 Oct 2011 15:58:29 +0000 (15:58 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 31 Oct 2011 15:58:29 +0000 (15:58 +0000)
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

EmulatorPkg/EmulatorPkg.dsc

index 42375cbf63bb82fbe1b0c6d85fd4ef4e9e9f5389..d3a90189670cc91b10815940e0cd01fe7550f59e 100644 (file)
@@ -21,7 +21,7 @@
   PLATFORM_NAME                  = EmulatorPkg\r
   PLATFORM_GUID                  = 05FD064D-1073-E844-936C-A0E16317107D\r
   PLATFORM_VERSION               = 0.3\r
-  DSC_ SPECIFICATION             = 0x00010005\r
+  DSC_SPECIFICATION              = 0x00010005\r
 !if $(BUILD_32)\r
   OUTPUT_DIRECTORY               = Build/Emulator32\r
 !else\r