]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/TianoTools/String/build.xml
Support building on x64 hosts.
[mirror_edk2.git] / Tools / Source / TianoTools / String / build.xml
index b77b69069742fa718c1a1e33bd143c26ff521282..868a072e243ee70752e7a2d21cbc1b2a36d2f3a0 100644 (file)
@@ -107,6 +107,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
     <cc name="${ToolChain}" objdir="${BUILD_DIR}" \r
         outfile="${LIB_DIR}/${LibName}"\r
         outtype="static"\r
+        debug="true"\r
         optimize="speed">\r
 \r
       <compilerarg value="-fshort-wchar" if="gcc"/>\r
@@ -116,7 +117,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
       <includepath path="${PACKAGE_DIR}/${LibName}"/>\r
       <includepath path="${PACKAGE_DIR}/Include"/>\r
-      <includepath path="${PACKAGE_DIR}/Include/Ia32"/>\r
+      <includepath path="${PACKAGE_DIR}/Include/${HostArch}"/>\r
       <includepath path="${PACKAGE_DIR}/Common"/>\r
     </cc>\r
   </target>\r