summaryrefslogtreecommitdiffstats
path: root/UnixPkg/build64.sh
diff options
context:
space:
mode:
Diffstat (limited to 'UnixPkg/build64.sh')
-rwxr-xr-xUnixPkg/build64.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/UnixPkg/build64.sh b/UnixPkg/build64.sh
index 22e9c08ead..e524faf293 100755
--- a/UnixPkg/build64.sh
+++ b/UnixPkg/build64.sh
@@ -53,7 +53,7 @@ case `uname` in
exit 1
else
TARGET_TOOLS=XCODE32
- UNIXPKG_TOOLS=UNIXPKG
+ UNIXPKG_TOOLS=XCLANG
fi
NETWORK_SUPPORT="-D NETWORK_SUPPORT"
;;