mirror of https://github.com/acidanthera/audk.git
Make the script pass arguments so clean from Xcode works properly.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10919 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
2b8999e131
commit
d8904c4a94
|
@ -11,4 +11,4 @@ set -e
|
|||
#
|
||||
cd ../..
|
||||
echo `pwd`
|
||||
./build64.sh
|
||||
./build64.sh $1 $2 $3 $4 $5 $6 $8
|
||||
|
|
Loading…
Reference in New Issue