Skip to content

Commit d71b257

Browse files
authored
Update download_libs.sh
make latest the default unless specified
1 parent a3d29ee commit d71b257

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/dev/download_libs.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
set -e
3-
VER=master
3+
VER=latest
44
PLATFORM=""
55
ARCH=""
66
OVERWRITE=1
@@ -213,8 +213,6 @@ cd "$SCRIPT_DIR"
213213

214214
if [[ $BLEEDING_EDGE = 1 ]] ; then
215215
VER=latest
216-
else
217-
VER=master
218216
fi
219217

220218
if [[ $TAG != "" ]] && [[ $TAG != "nightly" ]] ; then

0 commit comments

Comments
 (0)