Skip to content

Commit

Permalink
BuildSystem: Mac OS X - fix terminal-driven build to relink when cont…
Browse files Browse the repository at this point in the history
…rib products change

git-svn-id: svn://localhost/HandBrake/trunk@4414 b64f7644-9d1e-0410-96f1-a4d463321fa5
  • Loading branch information
konablend committed Jan 17, 2012
1 parent c8b7bbf commit f64bcfe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions make/xcodemake
Expand Up @@ -174,6 +174,11 @@ else
jobs=--jobs=$EXTERNAL_JOBS
fi

## when driving from terminal; ensure $SYMROOT/external/ exists relative to SYMROOT
if [ "$EXTERNAL_DRIVER" == "terminal" -a ! -e "$SYMROOT/external" ]; then
ln -s "$EXTERNAL_BUILD" "$SYMROOT/external"
fi

## pull the trigger
## must set XCODE.driver to prevent inifinite recursion
set -x
Expand Down

0 comments on commit f64bcfe

Please sign in to comment.