mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
The Python symtable module depends on .h files that setup.py doesn't track.
This commit is contained in:
parent
7a1ea0e880
commit
a25d995ab0
2 changed files with 3 additions and 1 deletions
|
@ -110,6 +110,9 @@ new newmodule.c # Tommy Burnette's 'new' module
|
||||||
|
|
||||||
# ======================================================================
|
# ======================================================================
|
||||||
|
|
||||||
|
# The Python symtable module depends on .h files that setup.py doesn't track
|
||||||
|
_symtable symtablemodule.c
|
||||||
|
|
||||||
# The SGI specific GL module:
|
# The SGI specific GL module:
|
||||||
|
|
||||||
GLHACK=-Dclear=__GLclear
|
GLHACK=-Dclear=__GLclear
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -214,7 +214,6 @@ class PyBuildExt(build_ext):
|
||||||
|
|
||||||
exts.append( Extension('_hotshot', ['_hotshot.c']) )
|
exts.append( Extension('_hotshot', ['_hotshot.c']) )
|
||||||
exts.append( Extension('_weakref', ['_weakref.c']) )
|
exts.append( Extension('_weakref', ['_weakref.c']) )
|
||||||
exts.append( Extension('_symtable', ['symtablemodule.c']) )
|
|
||||||
exts.append( Extension('xreadlines', ['xreadlinesmodule.c']) )
|
exts.append( Extension('xreadlines', ['xreadlinesmodule.c']) )
|
||||||
|
|
||||||
# array objects
|
# array objects
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue