Linux: Update build_projects.sh to include the target name in the make command.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1164 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2013-03-26 21:51:15 +00:00
parent 835e420f3b
commit a065d0e2a1
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ else
fi
if [ `uname` = "Linux" ]; then
pushd ../../
make BUILDTYPE=$1 -j 16
make -j16 $PROJECT_NAME BUILDTYPE=$1
popd
else
xcodebuild -project ../cef.xcodeproj -configuration $1 -target "$PROJECT_NAME"