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:
parent
835e420f3b
commit
a065d0e2a1
|
@ -10,7 +10,7 @@ else
|
||||||
fi
|
fi
|
||||||
if [ `uname` = "Linux" ]; then
|
if [ `uname` = "Linux" ]; then
|
||||||
pushd ../../
|
pushd ../../
|
||||||
make BUILDTYPE=$1 -j 16
|
make -j16 $PROJECT_NAME BUILDTYPE=$1
|
||||||
popd
|
popd
|
||||||
else
|
else
|
||||||
xcodebuild -project ../cef.xcodeproj -configuration $1 -target "$PROJECT_NAME"
|
xcodebuild -project ../cef.xcodeproj -configuration $1 -target "$PROJECT_NAME"
|
||||||
|
|
Loading…
Reference in New Issue