]> git.proxmox.com Git - mirror_edk2.git/blame - UnixPkg/Xcode/xcode_project/XcodeBuild.sh
Adding Simple Pointer, GOP, SimpleTextInEx, and Networking protocols to the emulator...
[mirror_edk2.git] / UnixPkg / Xcode / xcode_project / XcodeBuild.sh
CommitLineData
7ee3b613
A
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
7set -e
8
9#
2ff79f2e 10# Source the workspace and set up the environment variables we need
7ee3b613
A
11#
12cd ../..
45059fab 13./build.sh $1 $2 $3 $4 $5 $6 $8