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 95aaf08 commit 169bdadCopy full SHA for 169bdad
cpython-unix/build-tcl.sh
@@ -41,7 +41,8 @@ fi
41
42
CFLAGS="${CFLAGS}" CPPFLAGS="${CFLAGS}" ./configure \
43
--prefix=/tools/deps \
44
- --enable-shared=no
+ --enable-shared=no \
45
+ --enable-threads
46
47
make -j ${NUM_CPUS}
48
make -j ${NUM_CPUS} install DESTDIR=${ROOT}/out
cpython-unix/build-tk.sh
@@ -28,6 +28,7 @@ CFLAGS="${CFLAGS}" CPPFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" ./configure \
28
29
--with-tcl=${TOOLS_PATH}/deps/lib \
30
--enable-shared=no \
31
+ --enable-threads \
32
${EXTRA_CONFIGURE_FLAGS}
33
34
# For some reason musl isn't link libXau and libxcb. So we hack the Makefile
0 commit comments