apothecary
apothecary copied to clipboard
download_latest_libs.sh not working on macos
https://github.com/openframeworks/apothecary/releases
Strange all the assets are there, what is the error?
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
Oh yes should apply that to master