Skip to content

Commit

Permalink
fix download_libs path for latest in macos
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitre committed Mar 10, 2024
1 parent 1a67b05 commit c11edef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/dev/download_libs.sh
Expand Up @@ -195,9 +195,9 @@ elif [ "$PLATFORM" == "vs" ]; then
fi
elif [[ "$PLATFORM" =~ ^(osx|ios|tvos|xros|catos|watchos)$ ]]; then
if [[ $BLEEDING_EDGE = 1 ]] ; then
PKGS="openFrameworksLibs_${VER}_${PLATFORM}_${ARCH}_1.tar.bz2 \
openFrameworksLibs_${VER}_${PLATFORM}_${ARCH}_2.tar.bz2 \
openFrameworksLibs_${VER}_${PLATFORM}_${ARCH}_3.tar.bz2"
PKGS="openFrameworksLibs_${VER}_${PLATFORM}_1.tar.bz2 \
openFrameworksLibs_${VER}_${PLATFORM}_2.tar.bz2 \
openFrameworksLibs_${VER}_${PLATFORM}_3.tar.bz2"
else
PKGS="openFrameworksLibs_${VER}_${PLATFORM}1.tar.bz2 \
openFrameworksLibs_${VER}_${PLATFORM}2.tar.bz2 \
Expand Down

0 comments on commit c11edef

Please sign in to comment.