diff options
author | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-10-31 15:58:29 +0000 |
---|---|---|
committer | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-10-31 15:58:29 +0000 |
commit | 52cb711dab08047f38529e087583c965058894e3 (patch) | |
tree | de4e8e411cc6407408de73d4c38f6d4ca4a890c3 | |
parent | 27d7e63f456d8f7509094e28a1fbf626ba34efdf (diff) | |
download | edk2-52cb711dab08047f38529e087583c965058894e3.zip edk2-52cb711dab08047f38529e087583c965058894e3.tar.gz edk2-52cb711dab08047f38529e087583c965058894e3.tar.bz2 |
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
-rw-r--r-- | EmulatorPkg/EmulatorPkg.dsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EmulatorPkg/EmulatorPkg.dsc b/EmulatorPkg/EmulatorPkg.dsc index 42375cb..d3a9018 100644 --- a/EmulatorPkg/EmulatorPkg.dsc +++ b/EmulatorPkg/EmulatorPkg.dsc @@ -21,7 +21,7 @@ PLATFORM_NAME = EmulatorPkg
PLATFORM_GUID = 05FD064D-1073-E844-936C-A0E16317107D
PLATFORM_VERSION = 0.3
- DSC_ SPECIFICATION = 0x00010005
+ DSC_SPECIFICATION = 0x00010005
!if $(BUILD_32)
OUTPUT_DIRECTORY = Build/Emulator32
!else
|