mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Added -I$(srcdir) to line for glmodule so we can move cgensupport.h here.
This commit is contained in:
parent
62cb0bafe2
commit
8105821bf5
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ signal signalmodule.c # signal(2)
|
|||
|
||||
# The SGI specific GL module:
|
||||
|
||||
#gl glmodule.c cgensupport.c -lgl -lX11 # Graphics Library -- SGI only
|
||||
#gl glmodule.c cgensupport.c -I$(srcdir) -lgl -lX11
|
||||
|
||||
# Thread module -- use only if Python has thread support for your OS.
|
||||
# Note that you must have configured (and built!) Python with the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue