mirror of https://github.com/acidanthera/audk.git
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:
parent
11f5033436
commit
11c6f37e75
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue