Fix Capitalization issue to get tools to build on x86_64 linux.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1651 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
bbahnsen 2006-10-03 16:39:19 +00:00
parent 11f5033436
commit 11c6f37e75
2 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<condition property="x86_64_linux">
<and>
<os name="Linux"/>
<equals arg1="${HostArch}" arg2="x64"/>
<equals arg1="${HostArch}" arg2="X64"/>
</and>
</condition>