Skip to content

Commit 2746270

Browse files
committed
build test 3.1.27.2
1 parent bcb81a3 commit 2746270

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/emsdk-fetch.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ done
178178
179179
if \$IS_SHARED
180180
then
181-
$EMSDK_PYTHON -E \$0.py \$SHARED $COPTS $LDFLAGS -sSIDE_MODULE -gsource-map --source-map-base / "\$@" \$COMMON
181+
$EMSDK_PYTHON -E \$0.py \$SHARED -m32 $COPTS $LDFLAGS -sSIDE_MODULE -gsource-map --source-map-base / "\$@" \$COMMON
182182
if \$MVP
183183
then
184184
SOTMP=\$(mktemp).so
@@ -188,7 +188,7 @@ then
188188
rm \$SOTMP
189189
fi
190190
else
191-
$EMSDK_PYTHON -E \$0.py \$COPTS \$CPPFLAGS -DBUILD_STATIC "\$@" \$COMMON
191+
$EMSDK_PYTHON -E \$0.py -m32 \$COPTS \$CPPFLAGS -DBUILD_STATIC "\$@" \$COMMON
192192
fi
193193
#else
194194
# unset _EMCC_CCACHE

0 commit comments

Comments
 (0)