summaryrefslogtreecommitdiff
path: root/Tools/Source/TianoTools/CompressDll/build.xml
diff options
context:
space:
mode:
authorbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-25 21:08:04 +0000
committerbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-25 21:08:04 +0000
commitc7c42e40015a9e95631659aebd83fa1830c8602d (patch)
treecff7caf80fb56a055f5b941f989293d0ff9bc63a /Tools/Source/TianoTools/CompressDll/build.xml
parent4cb2253560c1e2609d9952881a16f116b67db649 (diff)
downloadedk2-platforms-c7c42e40015a9e95631659aebd83fa1830c8602d.tar.xz
Support building on x64 hosts.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1095 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/Source/TianoTools/CompressDll/build.xml')
-rw-r--r--Tools/Source/TianoTools/CompressDll/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Source/TianoTools/CompressDll/build.xml b/Tools/Source/TianoTools/CompressDll/build.xml
index 93873c9932..1588ab6dad 100644
--- a/Tools/Source/TianoTools/CompressDll/build.xml
+++ b/Tools/Source/TianoTools/CompressDll/build.xml
@@ -89,7 +89,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
>
<fileset dir="${ToolName}" includes="${LibFileSet}" defaultexcludes="TRUE" excludes="*.xml *.inf"/>
<includepath path="${PACKAGE_DIR}/Include"/>
- <includepath path="${PACKAGE_DIR}/Include/Ia32"/>
+ <includepath path="${PACKAGE_DIR}/Include/${HostArch}"/>
<includepath path="${PACKAGE_DIR}/Common"/>
<includepath path="${env.JAVA_HOME}/include"/>
<includepath path="${env.JAVA_HOME}/include/win32" if="windows"/>