diff options
author | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-06-06 23:06:37 +0000 |
---|---|---|
committer | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-06-06 23:06:37 +0000 |
commit | 4182ff457cf3a95c0d615fa838996b48770af61e (patch) | |
tree | 7a360d9d577b0d7bb80fc814d439668ce4204989 /edksetup.sh | |
parent | a0b7c09f23c0f9d34e08a3391d5d0425d9040348 (diff) | |
download | edk2-4182ff457cf3a95c0d615fa838996b48770af61e.tar.gz |
Try to fix the Surface Area build.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@433 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'edksetup.sh')
-rw-r--r-- | edksetup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edksetup.sh b/edksetup.sh index b191635dcc..dbaa168186 100644 --- a/edksetup.sh +++ b/edksetup.sh @@ -39,7 +39,7 @@ case "`uname`" in esac # Now we need to build the tools. -echo "If you have not done so, please build the tools by issuing 'ant -f \$WORKSPACE/Tools/build.xml'." +(cd Tools; ant -noclasspath) fi fi fi |