Skip to content

Commit 687916e

Browse files
committed
try to build multiprocessing
1 parent 02be1ef commit 687916e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

configure

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8015,14 +8015,12 @@ AS_CASE([$ac_sys_system],
80158015
dnl subprocess is however supported for Mac Catalyst
80168016
case "$_host_device" in
80178017
macabi) ;;
8018-
*) PY_STDLIB_MOD_SET_NA([_posixsubprocess]) ;;
8018+
*) PY_STDLIB_MOD_SET_NA([_posixsubprocess], [_multiprocessing], [_posixshmem],) ;;
80198019
esac
80208020
PY_STDLIB_MOD_SET_NA(
80218021
[_curses],
80228022
[_curses_panel],
80238023
[_gdbm],
8024-
[_multiprocessing],
8025-
[_posixshmem],
80268024
[_scproxy],
80278025
[_tkinter],
80288026
[grp],

0 commit comments

Comments
 (0)