File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-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 11#! /usr/bin/env bash
22SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
33cd $SCRIPT_DIR
4- ../dev/download_libs.sh -p emscripten $@
4+ ../dev/download_libs.sh -p emscripten -b $@
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 linux $@
4+ ../dev/download_libs.sh -p linux -b $@
Original file line number Diff line number Diff line change 22SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
33cd $SCRIPT_DIR
44if [ ! -z ${BITS+x} ]; then
5- ../dev/download_libs.sh -p vs $@ -a $BITS
5+ ../dev/download_libs.sh -p vs -b $@ -a $BITS
66else
7- ../dev/download_libs.sh -p vs $@
7+ ../dev/download_libs.sh -p vs -b $@
88fi
You can’t perform that action at this time.
0 commit comments