Fix EDKT140(CompressDll.dll does not build under cygwin gcc).

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1188 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qouyang
2006-08-04 03:17:05 +00:00
parent 2cc02cdb51
commit 8f7f05d527
7 changed files with 28 additions and 7 deletions

View File

@@ -158,7 +158,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<condition property="cyglinux">
<or>
<istrue value="linux"/>
<istrue value="${linux}"/>
<istrue value="${cygwin}"/>
</or>
</condition>