Skip to content

Commit

Permalink
Emscripten fix download 32
Browse files Browse the repository at this point in the history
  • Loading branch information
danoli3 committed Jan 17, 2025
1 parent 478b1da commit 06c7185
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/dev/download_libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ echo " openFrameworks download_libs.sh v$DL_VERSION args=$@"

if [ "$PLATFORM" == "emscripten" ]; then
if [[ $BLEEDING_EDGE = 1 ]] ; then
if [[ $ARCH = "64" ]] ; then
ARCH="_64"
if [[ $ARCH = "" ]] ; then
ARCH="32"
fi
fi
fi
Expand Down Expand Up @@ -316,7 +316,7 @@ elif [ "$ARCH" == "" ] && [ "$PLATFORM" == "android" ]; then
fi
elif [ "$PLATFORM" == "emscripten" ]; then
if [[ $BLEEDING_EDGE = 1 ]] ; then
PKGS="openFrameworksLibs_${VER}_${PLATFORM}${ARCH}.tar.bz2"
PKGS="openFrameworksLibs_${VER}_${PLATFORM}_${ARCH}.tar.bz2"
else
PKGS="openFrameworksLibs_${VER}_${PLATFORM}${ARCH}.tar.bz2"
fi
Expand Down

0 comments on commit 06c7185

Please sign in to comment.