File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ embuilder build zlib bzip2
12
12
13
13
pushd cpython/builddir/host
14
14
cp ../../../config.site-wasm config.site-wasm
15
- CONFIG_SITE=config.site-wasm READELF=true ZLIB_LIBS=" -s USE_ZLIB" BZIP2_LIBS=" -s USE_BZIP2" emconfigure ../../configure -C --without-pymalloc --enable-big-digits=30 --with-pydebug --with-suffix=.wasm --with-ensurepip=no --disable-ipv6 --host=$_PYTHON_HOST_PLATFORM --build=$( ../../config.guess)
15
+ CONFIG_SITE=config.site-wasm READELF=true ZLIB_LIBS=" -s USE_ZLIB" BZIP2_LIBS=" -s USE_BZIP2" emconfigure ../../configure -C --without-pymalloc --enable-big-digits=30 --with-pydebug --with-suffix=.wasm --with-ensurepip=no --disable-ipv6 --host=wasm32-unknown-emscripten --build=$( ../../config.guess)
16
16
ln -sfr Modules/Setup.stdlib Modules/Setup.local
17
17
export FREEZE_MODULE=../build/Programs/_freeze_module
18
18
emmake make CROSS_COMPILE=yes FREEZE_MODULE=../build/Programs/_freeze_module PYTHON_FOR_BUILD=../build/python _PYTHON_HOST_PLATFORM=wasm32-unknown-emscripten -j$( nproc)
You can’t perform that action at this time.
0 commit comments