Skip to content

Commit

Permalink
fix distribution script
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Colton committed Mar 10, 2014
1 parent f1d878e commit 75c9b37
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/build_distribution.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@ CODE_SIGN_IDENTITY='Developer ID Installer: Pixate, Inc. (ANZCG56DAH)'
# Call out to build prerequisites.
#
if is_outermost_build; then
# Building samples also builds the framework
. $PX_FREESTYLE_SCRIPT/build_samples.sh -c Release
. $PX_FREESTYLE_SCRIPT/build_framework.sh -n -c Release
. $PX_FREESTYLE_SCRIPT/build_samples.sh
fi

echo Building Distribution.

# -----------------------------------------------------------------------------
Expand Down

0 comments on commit 75c9b37

Please sign in to comment.