Skip to content

Commit 5653870

Browse files
committed
Fix download version if bleeding
1 parent 007a886 commit 5653870

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/dev/download_libs.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@ fi
163163
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
164164
cd "$SCRIPT_DIR"
165165

166+
if [[ $BLEEDING_EDGE = 1 ]] ; then
167+
VER=bleeding
168+
fi
169+
166170
if [ "$PLATFORM" == "msys2" ]; then
167171
PKGS="openFrameworksLibs_${VER}_${PLATFORM}_${ARCH}.zip"
168172
elif [ "$ARCH" == "" ] && [ "$PLATFORM" == "vs" ]; then

0 commit comments

Comments
 (0)