Skip to content

Commit ec9dec5

Browse files
committed
Revert "Bleeding Edge Latest Libraries Download / Install -b"
This reverts commit 007a886.
1 parent 0ea7901 commit ec9dec5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

scripts/android/download_libs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
33
cd $SCRIPT_DIR
4-
../dev/download_libs.sh -p android -b $@
4+
../dev/download_libs.sh -p android $@
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
33
cd $SCRIPT_DIR
4-
../dev/download_libs.sh -p emscripten -b $@
4+
../dev/download_libs.sh -p emscripten $@

scripts/linux/download_libs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
33
cd $SCRIPT_DIR
4-
../dev/download_libs.sh -p linux -b $@
4+
../dev/download_libs.sh -p linux $@

scripts/vs/download_libs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
33
cd $SCRIPT_DIR
44
if [ ! -z ${BITS+x} ]; then
5-
../dev/download_libs.sh -p vs -b $@ -a $BITS
5+
../dev/download_libs.sh -p vs $@ -a $BITS
66
else
7-
../dev/download_libs.sh -p vs -b $@
7+
../dev/download_libs.sh -p vs $@
88
fi

0 commit comments

Comments
 (0)