summaryrefslogtreecommitdiff
path: root/UnixPkg/build64.sh
diff options
context:
space:
mode:
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-10-15 17:37:00 +0000
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-10-15 17:37:00 +0000
commit5f267e4d7587ac4fe58856297f77773229a3de15 (patch)
tree5fb1963188c22881e6e307d116e1e23c1dcea45a /UnixPkg/build64.sh
parentabd0c26488ba0fcb952b6d7ad366049958c8c9ed (diff)
downloadedk2-platforms-5f267e4d7587ac4fe58856297f77773229a3de15.tar.xz
Update to support Xcode 64-bit debug.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10944 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UnixPkg/build64.sh')
-rwxr-xr-xUnixPkg/build64.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/UnixPkg/build64.sh b/UnixPkg/build64.sh
index 246c33ef3b..24a7fe2a6e 100755
--- a/UnixPkg/build64.sh
+++ b/UnixPkg/build64.sh
@@ -52,6 +52,7 @@ case `uname` in
exit 1
else
TARGET_TOOLS=XCODE32
+ UNIXPKG_TOOLS=UNIXPKG
fi
;;
Linux*) TARGET_TOOLS=ELFGCC ;;