We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b9011 commit 34aa83eCopy full SHA for 34aa83e
2.7.10/python.sh
@@ -75,7 +75,8 @@ emscripten () {
75
# --disable-ipv6: browser-side networking
76
# --disable-shared: compile statically for Emscripten perfs + incomplete PIC support
77
if [ ! -e config.status ]; then
78
- CONFIG_SITE=../config.site BASECFLAGS='-s USE_ZLIB=1' \
+ CONFIG_SITE=../config.site \
79
+ BASECFLAGS='-s USE_ZLIB=1' LDFLAGS='-s USE_ZLIB=1' \
80
PATH=$BUILD/Python-$VERSION/native:$PATH \
81
emconfigure ../configure \
82
--host=asmjs-unknown-emscripten --build=$(../config.guess) \
0 commit comments