openframeworks / apothecary

This is the OpenFrameworks library apothecary. It mixes formulas and potions to build and update the C/C++ lib dependencies.
Other
56 stars 51 forks source link

download_latest_libs.sh not working on macos #356

Closed dimitre closed 2 months ago

danoli3 commented 5 months ago

https://github.com/openframeworks/apothecary/releases

Strange all the assets are there, what is the error?

dimitre commented 5 months ago

it seems to work after this change

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  
danoli3 commented 5 months ago

Oh yes should apply that to master