File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
33cd $SCRIPT_DIR
4- ../dev/download_libs.sh -p android $@
4+ ../dev/download_libs.sh -p android -b $@
Original file line number Diff line number Diff line change @@ -294,8 +294,7 @@ elif [ "$ARCH" == "" ] && [ "$PLATFORM" == "android" ]; then
294294 if [[ $BLEEDING_EDGE = 1 ]] ; then
295295 PKGS=" openFrameworksLibs_${VER} _${PLATFORM} _armv7.tar.bz2 \
296296 openFrameworksLibs_${VER} _${PLATFORM} _arm64.tar.bz2 \
297- openFrameworksLibs_${VER} _${PLATFORM} _x86_64.tar.bz2
298- openFrameworksLibs_${VER} _${PLATFORM} _x86.tar.bz2"
297+ openFrameworksLibs_${VER} _${PLATFORM} _x86_64.tar.bz2"
299298 else
300299 PKGS=" openFrameworksLibs_${VER} _${PLATFORM} armv7.tar.bz2 \
301300 openFrameworksLibs_${VER} _${PLATFORM} arm64.tar.bz2 \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ OF_CORE_CI_SCRIPT_DIR="$(realpath "$OF_DIR/scripts/ci")"
99OF_PG_INSTALLED_DIR=" $( realpath " $OF_DIR /projectGenerator" ) "
1010VERBOSE=${VERBOSE:- 0}
1111echoVerbose () {
12- if [[ -n " $VERBOSE " ]]; then
12+ if [[ " $VERBOSE " = 1 ]]; then
1313 echo " $@ "
1414 fi
1515}
@@ -126,7 +126,7 @@ runCommand() {
126126 SCRIPT=" ${OF_CORE_SCRIPT_DIR} /${PLATFORM_DIR} /download_projectGenerator.sh"
127127 ;;
128128 * )
129- SCRIPT=" ${OF_CORE_SCRIPT_DIR} /${PLATFORM_DIR} /download_libs.sh" " "
129+ SCRIPT=" ${OF_CORE_SCRIPT_DIR} /${PLATFORM_DIR} /download_libs.sh"
130130 exit 1
131131 ;;
132132 esac
You can’t perform that action at this time.
0 commit comments