Patch from Perry Stoll: tweaks to Windows support.
This commit is contained in:
parent
69628b0ad1
commit
32162e832e
|
@ -139,6 +139,11 @@ def _init_nt():
|
|||
g['LIBDEST']=os.path.join(sys.exec_prefix, "Lib")
|
||||
g['BINLIBDEST']= os.path.join(sys.exec_prefix, "Lib")
|
||||
|
||||
# XXX hmmm.. a normal install puts include files here
|
||||
g['INCLUDEPY'] = os.path.join (sys.prefix, 'include' )
|
||||
|
||||
g['SO'] = '.dll'
|
||||
g['exec_prefix'] = sys.exec_prefix
|
||||
|
||||
try:
|
||||
exec "_init_" + os.name
|
||||
|
|
Loading…
Reference in New Issue