We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 007a886 commit 5653870Copy full SHA for 5653870
1 file changed
scripts/dev/download_libs.sh
@@ -163,6 +163,10 @@ fi
163
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
164
cd "$SCRIPT_DIR"
165
166
+if [[ $BLEEDING_EDGE = 1 ]] ; then
167
+VER=bleeding
168
+fi
169
+
170
if [ "$PLATFORM" == "msys2" ]; then
171
PKGS="openFrameworksLibs_${VER}_${PLATFORM}_${ARCH}.zip"
172
elif [ "$ARCH" == "" ] && [ "$PLATFORM" == "vs" ]; then
0 commit comments