]> git.proxmox.com Git - mirror_edk2.git/blob - UnixPkg/Xcode/xcode_project/XcodeBuild.sh
096233b60fe9d4f9c6f5995ab30481fd607cdbb2
[mirror_edk2.git] / UnixPkg / Xcode / xcode_project / XcodeBuild.sh
1 #!/bin/bash
2 #
3 # External makefile Xcode project project uses this script to build and clean from the Xcode GUI
4 #
5
6 # force exit on error
7 set -e
8
9 #
10 # Source the workspace and set up the environment varaibles we need
11 #
12 cd ../..
13 ./build.sh $1 $2 $3 $4 $5 $6 $8