]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/Unix/Xcode/xcode_project64/XcodeBuild.sh
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / Unix / Xcode / xcode_project64 / 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 # Copyright (c) 2008 - 2011, Apple Inc. All rights reserved.<BR>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9
10 # force exit on error
11 set -e
12
13 #
14 # Source the workspace and set up the environment variables we need
15 #
16 cd ../../..
17 ./build.sh $1 $2 $3 $4 $5 $6 $8