Skip to content

Commit

Permalink
Merge pull request openframeworks#5690 from oxillo/bugfix-msys2-downl…
Browse files Browse the repository at this point in the history
…oadlibs

Fix MSYS2 downloading wrong lib package
  • Loading branch information
arturoc committed Jul 8, 2017
2 parents ba09666 + 2e805b6 commit 3f96393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dev/download_libs.sh
Expand Up @@ -138,7 +138,7 @@ cd $SCRIPT_DIR
if [ "$ARCH" == "" ] && [ "$PLATFORM" == "vs" ]; then
PKGS="openFrameworksLibs_${VER}_${PLATFORM}32.zip openFrameworksLibs_${VER}_${PLATFORM}64.zip"
elif [ "$PLATFORM" == "msys2" ] || [ "$PLATFORM" == "vs" ]; then
PKGS="openFrameworksLibs_${VER}_${PLATFORM}${ARCH}.zip"
PKGS="openFrameworksLibs_${VER}_${PLATFORM}_${ARCH}.zip"
elif [ "$ARCH" == "" ] && [[ "$PLATFORM" == "osx" || "$PLATFORM" == "ios" || "$PLATFORM" == "tvos" ]]; then
PKGS="openFrameworksLibs_${VER}_${PLATFORM}1.tar.bz2 openFrameworksLibs_${VER}_${PLATFORM}2.tar.bz2 openFrameworksLibs_${VER}_${PLATFORM}3.tar.bz2"
elif [ "$ARCH" == "" ] && [ "$PLATFORM" == "android" ]; then
Expand Down

0 comments on commit 3f96393

Please sign in to comment.