We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 478b1da commit 06c7185Copy full SHA for 06c7185
scripts/dev/download_libs.sh
@@ -246,8 +246,8 @@ echo " openFrameworks download_libs.sh v$DL_VERSION args=$@"
246
247
if [ "$PLATFORM" == "emscripten" ]; then
248
if [[ $BLEEDING_EDGE = 1 ]] ; then
249
- if [[ $ARCH = "64" ]] ; then
250
- ARCH="_64"
+ if [[ $ARCH = "" ]] ; then
+ ARCH="32"
251
fi
252
253
@@ -316,7 +316,7 @@ elif [ "$ARCH" == "" ] && [ "$PLATFORM" == "android" ]; then
316
317
elif [ "$PLATFORM" == "emscripten" ]; then
318
319
- PKGS="openFrameworksLibs_${VER}_${PLATFORM}${ARCH}.tar.bz2"
+ PKGS="openFrameworksLibs_${VER}_${PLATFORM}_${ARCH}.tar.bz2"
320
else
321
PKGS="openFrameworksLibs_${VER}_${PLATFORM}${ARCH}.tar.bz2"
322
0 commit comments