mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Put the install folders in (vise), not vise, so the include files aren't accidentally picked up by the normal build process.
This commit is contained in:
parent
7972a5a4f2
commit
caaa982094
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ class Main:
|
|||
print i
|
||||
print '==== Fix and retry ===='
|
||||
return
|
||||
destprefix = os.path.join(sys.prefix, ':Mac:Distributions:vise')
|
||||
destprefix = os.path.join(sys.prefix, ':Mac:Distributions:(vise)')
|
||||
destprefix = os.path.join(destprefix, '%s Distribution'%self.typedist)
|
||||
if not self.rundir(':', destprefix, 0):
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue