The Python symtable module depends on .h files that setup.py doesn't track.
This commit is contained in:
parent
7a1ea0e880
commit
a25d995ab0
|
@ -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:
|
||||
|
||||
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('_weakref', ['_weakref.c']) )
|
||||
exts.append( Extension('_symtable', ['symtablemodule.c']) )
|
||||
exts.append( Extension('xreadlines', ['xreadlinesmodule.c']) )
|
||||
|
||||
# array objects
|
||||
|
|
Loading…
Reference in New Issue