mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-45847: Port _scproxy to PY_STDLIB_MOD (GH-29644)
This commit is contained in:
parent
be36e06340
commit
5596909eac
5 changed files with 74 additions and 7 deletions
|
@ -267,8 +267,8 @@ PYTHONPATH=$(COREPYTHONPATH)
|
|||
#_curses -lncurses -lncursesw -ltermcap _cursesmodule.c
|
||||
#_curses_panel -lpanel -lncurses _curses_panel.c
|
||||
|
||||
# macOS specific modules
|
||||
# _scproxy _scproxy.c -framework SystemConfiguration -framework CoreFoundation
|
||||
# macOS specific module, needs SystemConfiguration and CoreFoundation framework
|
||||
# _scproxy _scproxy.c
|
||||
|
||||
# Examples
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue