mirror of https://github.com/axmolengine/axmol.git
Merge pull request #2157 from kevinxuewei/patch-1
Update make-all-linux-project.sh
This commit is contained in:
commit
2cfcff0b1a
|
@ -25,7 +25,7 @@ MISSING=
|
|||
echo "Checking for missing packages ..."
|
||||
for i in $DEPENDS; do
|
||||
if ! dpkg-query -W --showformat='${Status}\n' $i | grep "install ok installed" > /dev/null; then
|
||||
MISSING+=$i
|
||||
MISSING+="$i "
|
||||
fi
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in New Issue